mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-08 05:54:53 +03:00
Leave a TODO in post_gen_hook.py
This commit is contained in:
parent
24407e9761
commit
aba1b3aca9
|
@ -22,7 +22,7 @@ try:
|
|||
except NotImplementedError:
|
||||
using_sysrandom = False
|
||||
|
||||
PROJECT_DIR_PATH = os.path.realpath(os.path.curdir)
|
||||
PROJECT_DIR_PATH = os.path.realpath(os.path.curdir) # TODO: ? I doubt even need that
|
||||
|
||||
|
||||
def remove_open_source_project_only_files():
|
||||
|
|
Loading…
Reference in New Issue
Block a user