Hi,

More a Python thing, than Django.

You should never put custom code in the django package.

Generally you can put SWFUploadMiddleware inside, say, middleware.py in the
same directory as your settings.py.

Then you'd have to put:
'yourprojectname.middleware.SWFUploadMiddleware'

Once you understand how namespaces work, you'll be fine. At least until you
try do deploy using mod_wsgi ;)


Regards,
Piotr

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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