- setup virtual environment with commands (on Windows) with python and pip:
- virtualenv venv
- .\venv\Scripts\Activate
- pip install -r requirements.txt
- To setup app(from scratch)
- python manage.py runscript -v3 setup_app
- To reset database
- manually delete db.sqlite3, and run commands:
- python manage.py migrate
- python manage.py migrate --run-syncdb
- populate database with contracts in contracts folder
- python manage.py runscript -v3 add_contracts
- create administrator account
- python manage.py createsuperuser
- follow prompts
forked from CAASI-G2A/g2a-website
-
Notifications
You must be signed in to change notification settings - Fork 0
picsolab/g2a-website
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Official Grief to Action Website (Projects: Police Union Contract, Black Businesses)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- HTML 59.2%
- Python 39.9%
- Other 0.9%