mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-29 01:09:50 +03:00
remove unecesssary version check #534
This commit is contained in:
parent
a964254992
commit
0e247ff288
|
@ -1,8 +1,6 @@
|
|||
import cookiecutter
|
||||
|
||||
project_slug = '{{ cookiecutter.project_slug }}'
|
||||
|
||||
if hasattr(project_slug, 'isidentifier'):
|
||||
assert project_slug.isidentifier(), 'Project slug should be valid Python identifier!'
|
||||
|
||||
assert cookiecutter.__version__ > '1.3.0', 'Please upgrade your Cookiecutter installation'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user