/base-django

Projeto com a finalidade de conhecer a base para aplicações com o Framework Django3

Primary LanguageJavaScript

BaseDjango

Project with an acquaintance to know the basis for applications with the Django3 Framework.

This project was done with:

Python 3.8.10 Django 3.2

How to run project?

  • Clone this repository.
  • Create virtualenv with Python 3.
  • Active the virtualenv.
  • Install dependences.
  • Run the migrations.

git clone https://github.com/LucasQuintela11/base-django.git
cd base-django
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python contrib/env_gen.py
python manage.py migrate