Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Ackuq/partiguiden-backend

Repository files navigation

partiguiden-backend

THIS REPOSITORY HAS BEEN DEPRECATED, ITS FUNCTIONALITY HAS BEEN MOVED TO https://github.com/ackuq/partiguiden

Setup

  1. Copy the .env.example configuration file and rename it .env.dev. Fill the missing configuration values with the ones provided by your project leader:
cp .env.example .env.dev
  1. Start the application:
docker-compose up
  1. Setup the app database:
docker-compose exec web pipenv run ./manage.py migrate
  1. Create an admin user for the Django Admin (the credentials are up to you):
docker-compose exec web pipenv run ./manage.py createsuperuser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages