Florian Eitel
5ea29a913b
Update `./manage.py` to find application folder in `src/` instead of expecting a toplevel `nsupdate` folder.
585 B
585 B
Build locally
- Install
build
(see docs for example viapacman -S python-build
on ArchLinux - Afterwards run the command to generate pip packgases in
dist/
:pyproject-build
NOTE: This is also needed before development because the command generates ./src/nsupdate/_version.py
.
Run locally
- Create database using
python ./manage.py migrate
- Create a superuser with
python ./manage.py createsuperuser
- Run the server with
python ./manage.py runserver