sorry I'm a total noob but I can't find anywhere that actually explains this. I want to make a web blog, and I figured instead of rolling my own I would use a pre-made one, and I picked the blog from the basic apps project (https://github.com/nathanborror/django-basic-apps). I installed everything fine, added the apps to my settings file, synced the DB's, etc. But now I don't know what to do. How to I actually use the blog? When I run the test server it says I have to do manage.py startapp but I already have the app folder. What should I do? Again, sorry for the noob question.
Best,
Jake
python manage.py runserverand then went into your browserhttp://localhost:8000and see? – Sibi Nov 16 '12 at 0:43