On Tue, 2010-08-17 at 23:05 -0700, Tang Daogang wrote:
> Emm, that's it. I want to find one file acting like Boot.scala of Lift
> within Django, but failed. If there is one file like that, I will put
> my plugins registering codes into it, thus, when I type "python
> manage.py runserver", it can be executed automatically and only once. 

this is ok if you are using runserver - but in production you will not
be using runserver, so how will you do this? Django is a webframework
not a server like zope or tomcat or whatever. Runserver is available
just to help development in a rapid manner, it is not part of the django
framework.
-- 
regards
Kenneth Gonsalves

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to