frac / foodsite

pesonal food blog in django

Home Page:http://sfp.adrianopetrich.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foodsite

My personal food blog written in django

To Install the requirements

pip install -r requirements.txt

Then copy the distributed settings.py-DIST to settings.py

cp settings.py-DIST settings.py

and edit the settings.py to your liking (db, secret and so on)

Then

./manage syncdb
./manage migrate

Posting is done in the admin

<your_url>/admin/

posts suport textile markup code so an example post should be something like

h2. sub title

!image.jpg! 

"new link":http://link_url

About

pesonal food blog in django

http://sfp.adrianopetrich.com/


Languages

Language:Python 69.6%Language:HTML 22.7%Language:CSS 7.6%Language:Shell 0.1%