Remove "import os" from license text
[django-quest.git] / README
blob267c39a0b8b9de85b2fd30cadbf168afb55f0312
1 django-quest
2 ============
4 The quest maker I've written for my sister's birthday. Do you make a scavenger
5 hunt and need to store tasks somewhere? You would like this project then!
7 The application requires Python 3.7+ and Django.
9 To create a game:
11         * pipenv install,
13         * edit and copy project/project/local_settings.py.example to
14           project/project/local_settings.py,
15         
16         * manage.py migrate,
18         * create a superuser and run the server,
20         * enter in /admin via web-browser,
22         * create quest levels (at least one is required) in an admin page,
24         * try to solve the quest and get gz emojis!
26 Notes: when you are logged as an admin you can jump between levels without
27 writing an answer, HTMLs are written in Russian but they are so simple that you
28 can edit them yourself in a gamers' language.
30 Contact with me at last commit author's email and read LICENSE file (it's
31 Apache 2) if you need to be calm the code is free as in speech.