On Nov 28, 1:58 am, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
> say you have an app called 'myapp'. Create a database user called  
> myapp and give it right to create databases and have a password:
> createuser myapp -P
> then create the databases:
> createdb myapp -U myapp
> enter myapp as user and its password in the settings.py
> it is a bad idea to allow www to access the database

This seems like important advice enough to be in the main
documentation, if in fact it's generally recommended.

Cheers!
--Chris Ryland / Em Software / emsoftware.com


--~--~---------~--~----~------------~-------~--~----~
 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to