Hi All,

I am looking for an optimal way to organize my django project apps/
templates/media.
What is your directory layout looks like?
Here is my current one
djangoproject/
  apps/
     app1
     app2
  templates/
     app1
     app2
  media/
     stylesheet
     images
     javascript

I installed the filebrowser app and it did not work until I added my
projectname to filebrowser imports.
Eg.: import filebrowser.fb_settings I had to change to
djangoproject.filebrowser.fb_settings
I hope it makes sense.

Thank you for all the help in advance

lzantal

http://twitter.com/lzantal
http://www.antalconsulting.com

--~--~---------~--~----~------------~-------~--~----~
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