Hello, today you'll see a tutorial for making a very simple django application and how to see the last 5 tweets from Twitter and 5 pictures from Flickr and also recent tracks from Last.fm. It's our first tutorial so sorry for way we explained things. I hope it will help someone someday.
Some commands used and links from the tutorial:
django-admin startproject myproject
python manage.py runserver
python manage.py syncdb
python manage.py startapp myapp
(r'^myapp/$', 'myapp.views.index'),
127.0.0.1:8000/myapp
http://django-tagging.googlecode.com/svn/trunk/ tagging-trunk
svn checkout http://django-syncr.googlecode.com/svn/trunk/ syncr
For contact, please email us at alexandra.iuga@infoiasi.ro or petronela.stan@infoiasi.ro . Thank you for watching!
Link to this comment:
All Comments (0)