ranger/orm/services/region_manager
st6218 6eace0a087 RMS policy.json file fix
Change-Id: Ib2b3bebcbb5e7b9fe98bcdcf3c0335803a46d4cd
2019-02-16 16:50:32 -08:00
..
public initial commit 2017-07-27 09:14:42 -05:00
rms RMS policy.json file fix 2019-02-16 16:50:32 -08:00
scripts Ranger: Merge multiple databases into one database 2018-10-23 15:42:35 -07:00
swagger Replace IP Addresses with placeholders 2017-07-27 11:12:34 -05:00
MANIFEST.in initial commit 2017-07-27 09:14:42 -05:00
__init__.py initial commit 2017-07-27 09:14:42 -05:00
config.py Ranger: Merge multiple databases into one database 2018-10-23 15:42:35 -07:00
csv2db.py Fix pep8 errors 2017-08-07 15:46:47 -05:00
readme.md Update and replace http with https for doc links in ranger 2017-08-15 19:09:21 -07:00
revert_csv2db.py Fix pep8 errors 2017-08-07 15:46:47 -05:00
rms.conf Added and edited files to run ranger 2017-09-22 13:37:45 -04:00
rms.wsgi Added and edited files to run ranger 2017-09-22 13:37:45 -04:00
tox.ini initial commit 2017-07-27 09:14:42 -05:00

readme.md

ORM discovery readme file

This document includes the following topics

  1. Dev environment installation process
  2. Code style guide
  3. 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:

  1. Pythons PEP8
  2. Openstack hacking

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

Python tips and tricks

test header