Unverified Kaydet (Commit) 1c0101d6 authored tarafından Uğur Özyılmazel's avatar Uğur Özyılmazel

Fix: addition of __init__.py to generated app folder

üst 06b25c29
......@@ -94,6 +94,7 @@ class Command(BaseCommand):
)
self.mkdir(new_application_dir)
self.touch(os.path.join(new_application_dir, '__init__.py'))
for package in APP_DIR_STRUCTURE.get('packages'):
package_dir = os.path.join(new_application_dir, package.get('name'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment