https://github.com/csdev19/django-blog
blog hecho en django
https://github.com/csdev19/django-blog
Last synced: 12 months ago
JSON representation
blog hecho en django
- Host: GitHub
- URL: https://github.com/csdev19/django-blog
- Owner: csdev19
- Created: 2020-07-29T04:54:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T19:31:39.000Z (over 4 years ago)
- Last Synced: 2025-01-25T23:44:02.973Z (about 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-blog
blog hecho en django
## Contribuyentes
- Cristian F. Sotomayor G.
## Intrucciones para levantar proyecto
Para iniciar el proyecto recien clonado
```
pip install -r requirements.txt
```
Si instalas un paquete
```
echo pip freeze requirements.txt
```
Para iniciar el ambiente virtual
```
source ./dj-blog-env/Scripts/activate
source .//Scripts/activate
```
Para apagar el ambiente virtual
```
deactivate
```
## Como instalar los drivers para Mysql ?
Link [aqui](https://www.youtube.com/watch?v=zezL1-4bP8s)
## Para hacer las migraciones
```
python manage.py makemigrations
```