Changes between Version 30 and Version 31 of NewbieMistakes
- Timestamp:
- Nov 11, 2006, 3:13:31 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewbieMistakes
v30 v31 267 267 Rename your application directory using a non-reserved name, i.e., "email_app" instead of "email". Go into the {{{INSTALLED_APPS}}} section of settings.py and change the name there too. Also, don't forget to do a syncdb to create the newly renamed app in your database. You may also want to go in to your database and drop the old "mis-named" table. 268 268 269 == unbound method contribute e_to_class() ==269 == unbound method contribute_to_class() == 270 270 271 271 ==== Symptom ====