mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 22:44:54 +03:00
Removing ignored files
This commit is contained in:
parent
73d2f9eef1
commit
39620515fa
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"project_name": "My Awesome Project",
|
"project_name": "My Awesome Project",
|
||||||
"project_slug": "{{ cookiecutter.project_name.lower()|replace(' ', '_')|replace('-', '_') }}",
|
"project_slug": "{{ cookiecutter.project_name.lower()|replace(' ', '_')|replace('-', '_') }}",
|
||||||
|
"venv_name": "{{cookiecutter.project_slug}}_venv",
|
||||||
"description": "Behold My Awesome Project!",
|
"description": "Behold My Awesome Project!",
|
||||||
"author_name": "Mohand Ahmad",
|
"author_name": "Mohand Ahmad",
|
||||||
"domain_name": "example.com",
|
"domain_name": "example.com",
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
. ../venv/{{pname}}/bin/activate
|
. ../venv/{{cookiecutter.venv_name}}/bin/activate
|
||||||
|
|
Loading…
Reference in New Issue
Block a user