7667a7b9af
Fixes existing pep8 errors and reenables the corresponding tox rules Change-Id: I4168a90c40173e4c35c9d75030cd592ace657508 |
||
---|---|---|
.. | ||
cover | ||
htmlcov | ||
public | ||
rms | ||
rms_mock | ||
scripts | ||
swagger | ||
__init__.py | ||
config.py | ||
csv2db.py | ||
MANIFEST.in | ||
readme.md | ||
revert_csv2db.py | ||
rms.conf | ||
rms.wsgi | ||
tox.ini |
ORM discovery readme file
This document includes the following topics
- Dev environment installation process
- Code style guide
- Python tips and tricks
Dev Environment installation process
This project is python based so you need to have python 2.7 installed before continuing
TBD
Code style guide
First of all please read two of the following documents:
After reading this please read it 3 more times
Folders
Folders names should be lowercase, if needed delimited by underscore
do:
business_logic
not
BusinessLogic