Desi Founder @ Work

Posts Tagged ‘subdomains

24 Jul, 2008

Django Subdomains

Posted by: sharjeel In: Programming

We have added a new feature at See’n'Report. It now provides each user with a personal sub-domain URL. The URL maintains user’s profile which lists all the photo reports submitted by the user. For example my See’n'Report profile URL is http://sharjeel.seenreport.com/.
Adding support for sub-domains in Django is simple but has a few catches. It took [...]