* Clone repository.
git clone https://github.com/hildebrando001/estoque.git
* Create a virtualenv with Python3
cd estoque
python3 -m venv .venv
* Activate the virtualenv
source .venv/bin/activate
* Install dependencies
pip install -r requirements.txt
* Run migrations
python contrib/env_gen.py
python manage.py migrate
python manage.py createsuperuser
* Run the local server
python manage.py runserver
package-of-the-week-python-decouple