mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 08:14:13 +03:00
adding version and __init__.py file
This commit is contained in:
parent
e197fd33b1
commit
a1a1fc994f
|
@ -5,5 +5,6 @@
|
||||||
"email": "Your email",
|
"email": "Your email",
|
||||||
"description": "A short description of the project.",
|
"description": "A short description of the project.",
|
||||||
"year": "2013",
|
"year": "2013",
|
||||||
"domain_name": "example.com"
|
"domain_name": "example.com",
|
||||||
|
"version": "0.1.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
__version__ = '{{ cookiecutter.version }}'
|
Loading…
Reference in New Issue
Block a user