Hi,

Am trying out my first hands with Django and was following the tutorial given in the documentation. I have created a project and in the settings.py file, as it is said in the tutorial, there is no default installed apps. It is like...

INSTALLED_APPS = (
)

The tutorial says the following will be found by default in this section.

        * django.contrib.auth -- An authentication system.
        * django.contrib.contenttypes -- A framework for content types.
        * django.contrib.sessions -- A session framework.
        * django.contrib.sites -- A framework for managing multiple sites with one Django installation.

Can I add these manually before doing a "syncdb"? Do I have to make any
changes anywhere to get the samething working ? If I can edit the settings.py manually adding these 4 default things as said, how do the settings.py need to be, ie what is the format to add these entries into the INSTALLED_APPS section ?

Thanks in advance :)
-- 
With Regards

Parthan ('technofreak')
------------------------------
Research Assistant @ NRC-FOSS and Python\PHP Developer
A Proud Tuxian and an Ubuntero
--~--~---------~--~----~------------~-------~--~----~
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