Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melizeche/pyblog
Ejemplo de aplicación de blog presentado en el #PyDayAsuncion
https://github.com/melizeche/pyblog
Last synced: about 2 months ago
JSON representation
Ejemplo de aplicación de blog presentado en el #PyDayAsuncion
- Host: GitHub
- URL: https://github.com/melizeche/pyblog
- Owner: melizeche
- License: gpl-2.0
- Created: 2015-03-28T20:51:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-28T21:51:49.000Z (almost 10 years ago)
- Last Synced: 2024-10-15T00:55:00.628Z (3 months ago)
- Language: Python
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyBlog
Ejemplo de aplicación de blog presentado en el #PyDayAsuncion## Requisitos
### Django y Git
* tl;dr Para ubuntusudo apt-get install python-django git
* En general
https://www.djangoproject.com/download/
## Pasos para ejecutar
```
git clone https://github.com/melizeche/PyBlog.git
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver
```Ingresar en el browser a
`http://localhost:8000`
y
`http://localhost:8000/admin`