bvcelari/bvceblog
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
To install it, just: git clone https://github.com/bvcelari/bvceblog/ If you are using pip.... pip install yolk pip install django (Django Version: 1.5.1) pip install django-tinymce pip install south #Create db folder... mkdir bvceblog/blogproyect/blogproyect/db #Create DDBB ./manage.py syncdb ./manage.py migrate