Hi all,
I created my Django project by selecting Django 1.6 and Python 3.3. I realized now that I didn't create my apps with
python3.3 manage.py startapp ...
but only
python manage.py startapp ...
The difference is now that my file structure is
project_name/project_name/app_name
and not
project_name/app_name
I was just wondering if it will have any major negative impact on my Django project later on. Thanks for support