Skip to content

ConTTudOweb/RifaquiProject

Repository files navigation

Rifaqui Project

Rifaqui is online system for raffle.

Build Status Coverage Status Maintainability Test Coverage

How to develop?

  1. Clone the repository;
  2. Create a "virtualenv" with Python 3.6;
  3. Activate the "virtualenv";
  4. Upgrade the "pip";
  5. Install the dependencies;
  6. Configure the instance with the ".env";
  7. Run the tests;
  8. Create DataBase;
  9. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published