Skip to content

proxynet-org/server

Repository files navigation

server

# 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 test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors