Re: Future of the development server's auto-reloading

2015-08-14 Thread Burhan
media files continue to be served correctly. Regards, -- Burhan Khalid [1] https://github.com/lepture/python-livereload On Sunday, August 9, 2015 at 12:53:32 AM UTC+3, Aymeric Augustin wrote: > > Hello, > > While writing some horrific code [1] related to the development server’s &g

Re: Forking the Django documentation post-1.0

2006-01-02 Thread Burhan
Also, please consider having offline versions of documentation available, along with a comprehensive code list. Its difficult to keep up with the code changes in the tutorials because they are added piecemeal. If there would be one file in the end that you can download to see all the changes, th

Re: Django Admin Error/Bug

2005-12-19 Thread Burhan
I changed the app name to backend, and things are working great now. The process is not easy, so I noted the steps required. I did not know if there was an automated way to do this, if there is -- please let me know. 1. rename the directory under apps directory to your new app name 2. edit /apps

Django Admin Error/Bug

2005-12-18 Thread Burhan
Hello: I ran into this strange problem with Django. I'm using the latest development branch from SVN (because I have to edit the default regular expression for the admin urls, which I was told in #django is only available in the development release). I am running django with mod_python and Ap