https://github.com/hektorprofe/webempresa
Repositorio de la Web Empresarial del curso Django (revisado en la versión 4.0.2 con Python 3.10.2)
https://github.com/hektorprofe/webempresa
course curso django django-framework django4 python python3 spanish
Last synced: 4 months ago
JSON representation
Repositorio de la Web Empresarial del curso Django (revisado en la versión 4.0.2 con Python 3.10.2)
- Host: GitHub
- URL: https://github.com/hektorprofe/webempresa
- Owner: hektorprofe
- Created: 2018-03-12T16:38:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T10:06:34.000Z (over 2 years ago)
- Last Synced: 2025-01-31T23:04:49.255Z (5 months ago)
- Topics: course, curso, django, django-framework, django4, python, python3, spanish
- Language: Python
- Homepage: https://webempresa.pythonanywhere.com/
- Size: 7.99 MB
- Stars: 24
- Watchers: 5
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Empresarial del Curso de Django
Proyecto revisado y funcionando perfectamente con Python==3.10.2 y Django>=4.0.2
### Instalación con Pipenv usando requirements.txt
```bash
pipenv install -r requirements.txt
```### Iniciar el proyecto desde el directorio:
```bash
cd webempresa
pipenv run python manage.py runserver
```### Crear un nuevo superusuario:
```bash
pipenv run python manage.py createsuperuser
```