https://github.com/heman/xtream
xtream
https://github.com/heman/xtream
Last synced: 8 months ago
JSON representation
xtream
- Host: GitHub
- URL: https://github.com/heman/xtream
- Owner: HeMan
- Archived: true
- Created: 2015-03-02T08:29:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T19:47:39.000Z (over 11 years ago)
- Last Synced: 2025-01-19T11:29:14.286Z (over 1 year ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
git clone
virtualenv -p python3 xtream
cd xtream
. bin/activate
pip install -r requirements.txt
cd reports
./manage.py migrate
./manage.py makemigrations projects
./manage.py sqlmigrate projects 0001
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver