Skip to content

diegozambrana/dj_simple_auth_todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

DJ Simple auth TODO

python 3.8.13

Entorno virtual

Conda

conda create -n djTodo python=3.8
conda activate djTodo

virtualenv

virtualenv venv
source venv/bin/activate

Windows: https://sectorgeek.com/instalar-python-pip-y-virtualenv-en-windows-10/

Instalar paquetes

pip install -r ./serve/requirements.txt

inicializar Base de Datos

python manage.py migrate

crear un superusuario

python manage.py createsuperuser

Correr el Proyecto

python manage.py runserver

urls

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published