-
Notifications
You must be signed in to change notification settings - Fork 9
andrewgodwin/grorg
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Grorg ----- A semi-experimental platform for managing grant applications. The running copy is at http://grorg.aeracode.org - contact [email protected] to set up access. Deploy on Heroku ================ git clone [email protected]:andrewgodwin/grorg.git cd grorg heroku login heroku create myappname # Replace with your own name heroku config:set DJANGO_SECRET_KEY=asdfasdf # Use a random one heroku config:set DJANGO_SETTINGS_MODULE=grorg.heroku_settings git push heroku master heroku run python manage.py migrate heroku run python manage.py createsuperuser # Create your own superuser heroku open # Have fun
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published