Skip to content

CivicVision/musterdatenkatalog

Repository files navigation

Musterdatenkatalog

Setup

Install pip packages: pip install -r requirements.txt

Apply database migrations: python manage.py migrate

Create a superuser (for the admin interface): python manage.py createsuperuser

Run the server: python manage.py runserver

Admin

The admin panel can be found at 127.0.0.1:8000/admin

To log in use the super user credentials created with the command python manage.py createsuperuser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages