mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-03-01 01:40:37 +03:00
Update test fixture to use project_slug, not repo_name
This commit is contained in:
parent
7a6e9238fd
commit
7cb5c0bba4
|
@ -15,7 +15,7 @@ RE_OBJ = re.compile(PATTERN)
|
||||||
def context():
|
def context():
|
||||||
return {
|
return {
|
||||||
'project_name': 'My Test Project',
|
'project_name': 'My Test Project',
|
||||||
'repo_name': 'my_test_project',
|
'project_slug': 'my_test_project',
|
||||||
'author_name': 'Test Author',
|
'author_name': 'Test Author',
|
||||||
'email': 'test@example.com',
|
'email': 'test@example.com',
|
||||||
'description': 'A short description of the project.',
|
'description': 'A short description of the project.',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user