/psywerx

A horribly outdated site.

Primary LanguagePython

Psywerx.net

CircleCI codecov

Dev environment

$ docker-compose up -d
$ docker-compose exec psywerx bash # You are now in the psywerx container
# mysql -uroot -proot -hdb -e 'create database psywerx' # create the database
# python manage.py syncdb # set up the database tables
# python manage.py runserver 0.0.0.0:8000 # start the server