|
@@ -7,7 +7,6 @@ class Command(BaseCommand):
|
|
|
help = 'Shows requirements.txt for current Misago version'
|
|
|
|
|
|
def handle(self, *args, **options):
|
|
|
- #MISAGO_DIR = os.path.join(os.path.dirname(__file__))
|
|
|
APP_DIR = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
|
|
|
MISAGO_DIR = os.path.dirname(APP_DIR)
|
|
|
PROJECT_DIR = os.path.join(MISAGO_DIR, 'project_template')
|