Boston Python Workshop/Saturday/Web app project: Difference between revisions

imported>Paulproteus
imported>Paulproteus
Line 212:
 
Read the django-admin.py documentation for full information on what the manage.py utility can do.
 
=== Playing with the database ===
 
During Friday setup, you installed SQLite Manager into your system's Firefox. Now's a good time to open it up.
 
* Open up Firefox and click '''Tools'''->'''SQLite Manager'''
* From '''Database''' choose '''Connect Database'''
* Find your '''workshop_mysite/database.db''' file. ('''Note''': You will probably have to change the file list
 
Browse around! It's the database you've been adding things to.
 
=== Playing with the API ===
Anonymous user