An open API service indexing awesome lists of open source software.

https://github.com/heman/xtream

xtream
https://github.com/heman/xtream

Last synced: 8 months ago
JSON representation

xtream

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