-
Notifications
You must be signed in to change notification settings - Fork 0
Converts this template to be a Copier template #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
5c3b67f to
a78e4ba
Compare
|
This looks pretty nice! I like how it allows to reuse the template to add a new feature to an existing project. |
a78e4ba to
4770ad6
Compare
zahraaalizadeh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this!
| @@ -1,6 +1,6 @@ | |||
| import json | |||
|
|
|||
| from {{ project_name }}.main import views | |||
| from {{ project_module }}.main import views | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticed this file name. should it be .jinja?
Copier is a Python cli for creating new project from templates. It support a lot of useful feature, including a simple way to have _variants_. One of which is included here - the ability to have feature toggles provided by Django waffle out the box. The README.md has been updated to include an example of how to use this template now.
4770ad6 to
91ec441
Compare
Copier is a Python cli for creating new project from templates. It support a lot of useful feature, including a simple way to have variants. One of which is included here - the ability to have feature toggles provided by Django waffle out the box which resolves #97
The README.md has been updated to include an example of how to use this template now.