Skip to content

tlzsystem/myurls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myurls

Simple Django CRUD with login

Un simple proyecto en Django con un CRUD básico y un login.

Funciona con Python 3

Demo Online

https://myurls-tlzsystem.herokuapp.com

User: demo Password: demo1234

How run

Create a virtualenv and activate it

Clone this repository

git clone https://github.com/tlzsystem/myurls.git

Install requirements

pip install -r requirements.txt

Migrate

python manage.py migrate

Create superuser

python manage.py createsuperuser

Run

python manage.py runserver

You can access to admin site and login with the created user

Como usar

Crea un entorno virtual y activalo

Clona el repositorio

git clone https://github.com/tlzsystem/myurls.git

Dentro del repositorio, instala los paquetes descritos en el archivo requirements.txt

pip install -r requirements

Migra

python manage.py migrate

Crea un super usuario

python manage.py createsuperuser

Inicia el servidor de prueba

python manage.py runserver

Puedes acceder al sitio admin y crear otro usuario.

localhost:8000/admin

About

Simple Django CRUD with login

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published