Hello All, I am trying to customize django to fit into a directory structure that makes sense for me and the project I am working on. Below is how django looks by default, underneath that is how I would like it. Is this possible and how? I was having such a problem trying to get "python manage.py runserver --settings=lib.settings. It would not work for me. thanks!
myapp: __init__.py manage.py urls.py settings.py myproj1: __init__.py models.py views.py --------------------------- myapp: __init__.py manage.py lib: __init__.py settings.py web: __init__.py urls.py templates: __init__.py mytmpl.html db: __init__.py myproj1: __init__.py models.py views.py --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---