On Mar 5, 10:44 am, "Aidas Bendoraitis" <[EMAIL PROTECTED]>
wrote:
...
> 2. installing a BIND (DNS) server locally so that we didn't have to
> put projects under specific directories, but rather under local domain
> names (i.e.http://example.local/).
I just use the hosts file on my development boxes, for example put in
something like dev.mydomain.com, point that to your LAN server IP in
hosts, and set up a virtual domain on your development server- I'm
using lighttpd.
Use the local_settings.py trick for anything you need to set up that
you don't want on your production setup.
I use flatpages for all kinds of stuff, and this setup works well.
Derek
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---