On Jul 15, 8:38 pm, Frantisek Malina <[EMAIL PROTECTED]> wrote: > Project is in the folder httpdocs, in this folder there is a symlink > to satchmo. > settings.py, manage.py, urls.py... files are placed in the httpdocs > folder. > > Can I set a project name to something else? >
Have you got a blank __init__.py file in the httpdocs folder? You need this for Python to recognise it as a module. -- DR. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

