/foodsite

pesonal food blog in django

Primary LanguagePython

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