Converts this template to be a Copier template#100
Merged
a-musing-moose merged 1 commit intomainfrom Feb 2, 2026
Merged
Conversation
5c3b67f to
a78e4ba
Compare
Contributor
|
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
requested changes
Jan 30, 2026
| @@ -1,6 +1,6 @@ | |||
| import json | |||
|
|
|||
| from {{ project_name }}.main import views | |||
| from {{ project_module }}.main import views | |||
Contributor
There was a problem hiding this comment.
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
nzlaura
approved these changes
Jan 30, 2026
zahraaalizadeh
approved these changes
Feb 2, 2026
heykarimoff
approved these changes
Feb 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.