Skip to content

deutscher-pfadfinderbund/dpb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website for DPB

Development

This is a Python3 Django project. The requirements are defined in requirements.txt. Use a virtualenv for it since this is the best practice.

Assuming /usr/local/bin/python3 is the path to your python3 binary and python is an alias to python3:

$ cd /path/to/this/project
$ poetry install
$ python manage.py runserver

The server is now accessible under http://localhost:8000

Create Superuser

Currently, the database is checked in. Since this project is not in production mode, this is okay.

You can add another superuser to the database with:

$ python manage.py createsuperuser