I just started looking at Django, looks very interesting. However, couldn't models be defined in the admin page, rather than in python code? In fact, is there a reason why we couldn't download django, run the embedded web server, go to the admin page and do every thing there (except templates)?
I looked into django/contrib/admin/models.py, I expected to find models for groups, users, sites, etc....but all I found was "class LogEntry(models.Model):." In other words I probably won't be able to make my suggested changes myself :) (I'm not only a django newbie but also a python newbie). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---