Concerned-Coyotes / summer-code-jam-2020

The repository for the 2020 summer code jam. Find more information at https://pythondiscord.com/pages/code-jams/code-jam-7/
MIT License
0 stars 0 forks source link

Write a README.md with instructions on how to use our webapp #39

Closed HealYouDown closed 3 years ago

HealYouDown commented 4 years ago

We need a readme with some basic run instructions.

We could also add some thinking we did about our app and what we wanted to achieve.

This should be done at the end, once our app is finished.

MushroomMaula commented 4 years ago

In order to setup you need to run

pip install -r requirements.txt
python manage.py migrate
python manage.py setup_tasks

These instruction should be included in the readme

HealYouDown commented 4 years ago

Further information that should be included in the readme:

MushroomMaula commented 4 years ago

The icons we are using are provided by tablericons You should also mention that django-q is currently not working in Python 3.8 therefore I wrote a small command which manually runs the tasks but in other python versions the tasks should run every day