Rifaqui is online system for raffle.
- Clone the repository;
- Create a "virtualenv" with Python 3.6;
- Activate the "virtualenv";
- Upgrade the "pip";
- Install the dependencies;
- Configure the instance with the ".env";
- Run the tests;
- Create DataBase;
- Create Super User;
git clone git@github.com:ConTTudOweb/RifaquiProject.git
cd RifaquiProject
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements-dev.txt
cp contrib/env-sample .env
python manage.py test
python manage.py migrate
python manage.py createsuperuser