On 10/12/06, Andy Skogrand <[EMAIL PROTECTED]> wrote: > > I have a fairly simple question to ask, and I dont know where to ask > it.
This mailing list is one of the places worth trying. Timezone permitting, the IRC channel can also be a useful resource for newcomers. > Essentially my issue is that I went through the Django Tutorial: > http://www.djangoproject.com/documentation/tutorial2/ > > and I created the polls app and then stated inside it models.py that it > could be editable by the admin panel class Admin: > pass > but the admin panel isnt picking it up. There is nothing popping up. > Where and what can I do to check that I have set this sucker up right? Some common errors: 1) Have you added the application to your INSTALLED_APPS setting? 2) Have you forgotten to run ./manage.py syncdb? 3a) (if you are using the development webserver) Does the server indicate that it has identified the model change and reloaded? Alternatively, have you restarted the webserver since making the change to the model? 3b) (if you are using Apache, rather than the development webserver) have you restarted Apache? Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---