mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Fix minor typo in comment section
This commit is contained in:
parent
2781fdc755
commit
a289d98a49
|
@ -12,7 +12,7 @@ from __future__ import absolute_import, unicode_literals
|
||||||
|
|
||||||
import environ
|
import environ
|
||||||
|
|
||||||
APPS_DIR = environ.Path(__file__) - 1 # one folder back (/a/b/ - 2 = /a/)
|
APPS_DIR = environ.Path(__file__) - 1 # one folder back (/a/b/ - 1 = /a/)
|
||||||
ROOT_DIR = APPS_DIR - 1
|
ROOT_DIR = APPS_DIR - 1
|
||||||
|
|
||||||
env = environ.Env()
|
env = environ.Env()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user