# create a virtual environement (recommended)
virtualenv env
source env/bin/activate
# install the packages
pip install -r requirements.txt
# apply migrations
python manage.py makemigrations
python manage.py migrate
# create a user (admin), optional if you just want to use the default script
python manage.py createsuperuser
# default script
python manage.py < scripts/init.py
# run the server
python manage.py runserver
# launch the unit tests
python manage.py testproxynet-org/server
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|