Skip to content

Latest commit

 

History

History
68 lines (35 loc) · 1.06 KB

README.md

File metadata and controls

68 lines (35 loc) · 1.06 KB

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