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

imported>Paulproteus
imported>Paulproteus
Line 725:
 
== Part 4: Editing your polls in the Django admin interface ==
 
So far, you've been adding data to your database using the ''manage.py shell''. This is a flexible way to add data, but it has some drawbacks:
 
* It's not on the web.
* A fanatical insistence on precision: You have to write Python code to add data, which means that typos or syntax errors could make your life harder.
* An unnecessary lack of color.
 
Django comes with a built-in admin interface that lets you add ...
 
== Part 4.5: Deploy again, again! ==
Anonymous user