Website for "Spirifer" geological group.
Website for a geological association for students “Spirifer”.
To test project on local enviroment firstly you need to clone the source code.
Project is based on Python 3 so you will need to have it installed on your enviroment.
Also virtual enviroment is recommended in order to keep requirements separated.
To install the requirements you need to use pip:
pip install -r requirements.txt
To run project simply type in this command:
python manage.py runserver