/info-screens

Django application to support info screens at Samfundet

Primary LanguagePython

info-screens

Django application to support info screens at Samfundet.

We recommend installing pyenv however you can for your operating system.

Setup environment variables

cp .env.example .env
  • Then fill in missing variables

Project setup

python3 -m pip install pipenv
python3 -m pipenv install
python3 -m pipenv run python manage.py makemigrations
python3 -m pipenv run python manage.py migrate
python3 -m pipenv run python manage.py runserver

Other useful commands

python3 -m pipenv run python manage.py
python3 -m pipenv run python manage.py deletemigrations
python3 -m pipenv run python manage.py cleanstart
python3 -m pipenv run python manage.py collectstatic

Deployment

The project exist at:

/home/cassarossa/lim/web-intern/projects/info-screens