Removing ignored files

This commit is contained in:
myvault 2018-09-27 13:31:57 +03:00
parent 73d2f9eef1
commit 39620515fa
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
. ../venv/{{pname}}/bin/activate . ../venv/{{cookiecutter.venv_name}}/bin/activate