Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 896 Bytes

README.md

File metadata and controls

59 lines (42 loc) · 896 Bytes

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