Django application to support info screens at Samfundet.
We recommend installing pyenv
however you can for your operating system.
cp .env.example .env
- Then fill in missing variables
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
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
The project exist at:
/home/cassarossa/lim/web-intern/projects/info-screens