Thursday, July 31, 2014

Re: How to call a function when a project starts.

I think if you put it in urls.py it should run (once) just before the first request.

On Thursday, July 31, 2014 10:30:08 AM UTC-4, ke1g wrote:

It runs twice because runserver uses two processes: the real server, and; the monitoring process that restarts the other when you change a source file. You could fool around with undocumented internals to figure out which a given import is running in.  Or you could use a modifies runserver command. Or you could modify manage.py. Or you could, if your O/S supports it, open a file for exclusive use and the one that can't knows that it is the server process.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f4f7f03b-cbc0-46eb-a472-f75a0717d4cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment