Platform for APPS.UCU students
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
sudo apt-get install python3-pip
sudo pip3 install virtualenv
virtualenv venv -p /usr/bin/python3.5
source venv/bin/activate
pip install -r requirements.txt
mkdir -p static/media static/static static/static-only
./manage.py makemigrations
./manage.py migrate
./manage.py collectstatic
# example of .env : .env-example
source .env
./manage.py runserver
You can find a more detailed guide on how to set up your workspace for development in repository's wiki.
This project is licensed under the MIT License
1.0.0