google-code-export / django-basic-apps

Automatically exported from code.google.com/p/django-basic-apps
0 stars 0 forks source link

Tiny error in setup.py #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This caused me a major head ache. All the templates/ dirs are missing from the 
installation when running setup.py

This is due to a little error in line 29 in setup.py:

    if "__init__.py" in filenames:
        packages.append(".".join(fullsplit(dirpath)))

It only installs directories with an __init__.py file.

I think some other of your "Template Missing" issues might be because people 
haven't installed the template dirs.

Original issue reported on code.google.com by benjaom...@gmail.com on 8 Jul 2010 at 12:48