mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 13:44:43 +00:00
Fix minor typo in comment section
This commit is contained in:
parent
2781fdc755
commit
a289d98a49
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ from __future__ import absolute_import, unicode_literals
|
|||
|
||||
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
|
||||
|
||||
env = environ.Env()
|
||||
|
|
|
|||
Loading…
Reference in a new issue