Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitignore: ignore grumpy database | Michael Palimaka | 2017-07-26 | 1 | -0/+2 |
| | |||||
* | Initial start of new Project Grumpy code; Hello World! | Mart Raudsepp | 2016-09-06 | 1 | -0/+2 |
virtualenv -p python3 venv venv/bin/activate pip install -r requirements.txt ./manage.py runserver --help ./manage.py shell for a python shell with flask instance exported into "app" var ./manage.py runserver |