mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +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():
|
||||
return {
|
||||
'project_name': 'My Test Project',
|
||||
'repo_name': 'my_test_project',
|
||||
'project_slug': 'my_test_project',
|
||||
'author_name': 'Test Author',
|
||||
'email': 'test@example.com',
|
||||
'description': 'A short description of the project.',
|
||||
|
|
Loading…
Reference in New Issue
Block a user