Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgeatorres/growabeard
https://github.com/jorgeatorres/growabeard
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jorgeatorres/growabeard
- Owner: jorgeatorres
- Created: 2016-09-07T02:04:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-10T12:52:13.000Z (over 8 years ago)
- Last Synced: 2024-10-19T04:08:25.151Z (2 months ago)
- Language: Python
- Size: 620 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Development
To start working on **Grow a Beard**, you need to:
1. Create a virtual environment to install all the application requirements:
mkvirtualenv growabeard
workon growabeard2. Then you have to actually install those requirements:
pip install -r default-requirements.txt
3. Prepare an empty database:
sqlite3 db.sqlite3
python manage.py migrate4. and load the default campaign:
python manage.py loaddata main-campaign