Hi,
This is not exactly what you are asking for, but you can modify your
own local copy of Django. The file to modify is:

trunk/django/contrib/sites/management.py

Change the line that looks like this:
    s = Site(domain="example.com", name="example.com")

Cheers,
Jorge


On 6/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> HI.
>
> I don't use the sites framework. Still, it looks as is I need to
> install and initialize it in order to get the feeds (syndication)
> framework.
>
> Is there some place I can put the initial values for the sites
> framework, so the standard site is created automatically in the
> database and I don't need to log into the admin and edit my site each
> time I generate the database again during development)? It always
> defaults to "example.com" after a syncdb.
>
> Daniel
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to