Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T10:06:34.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T16:23:09.048Z (about 2 months ago)
- Topics: course, curso, django, django-framework, django4, python, python3, spanish
- Language: Python
- Homepage: https://webempresa.pythonanywhere.com/
- Size: 7.99 MB
- Stars: 22
- Watchers: 5
- Forks: 32
- 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
```