Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hektorprofe/webpersonal
Repositorio de la Web Personal del curso Django (revisado en la versión 4.0.2 con Python 3.10.2)
https://github.com/hektorprofe/webpersonal
course curso django-framework django2 spanish
Last synced: about 1 month ago
JSON representation
Repositorio de la Web Personal del curso Django (revisado en la versión 4.0.2 con Python 3.10.2)
- Host: GitHub
- URL: https://github.com/hektorprofe/webpersonal
- Owner: hektorprofe
- Created: 2018-03-10T15:03:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T02:10:22.000Z (over 2 years ago)
- Last Synced: 2024-09-28T16:22:51.977Z (about 2 months ago)
- Topics: course, curso, django-framework, django2, spanish
- Language: JavaScript
- Homepage: https://webpersonal.pythonanywhere.com/
- Size: 5.41 MB
- Stars: 38
- Watchers: 6
- Forks: 53
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Personal del Curso de Django
Proyecto revisado y funcionando perfectamente con Python 3.10.2 y Django 4.0.2
## Instalación con Pipenv
```bash
pipenv install
```## Instalación sin Pipenv
```bash
pip install -r requirements.txt
```