Skip to content

Commit

Permalink
Pythonize keda repo!
Browse files Browse the repository at this point in the history
Add setup.py.
Make nested_inlines a separate python module.
Use django.conf.settings where needed.
Add gunicorn and nginx examples.

In order to make this work run:

python setup.py install
python manage.py runserver 0.0.0.0:8888

or

setup gunicorn and nginx and move nested_inlines/static and templates
in /usr/share/pyshared/django/contrib/admin/

Signed-off-by: Dimitris Aragiorgis <[email protected]>
  • Loading branch information
dimara committed Aug 17, 2013
1 parent 3e4060e commit ffd82da
Show file tree
Hide file tree
Showing 24 changed files with 1,047 additions and 409 deletions.
Empty file added Changelog
Empty file.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include README Changelog
include distribute_setup.py
Empty file added README
Empty file.
Loading

0 comments on commit ffd82da

Please sign in to comment.