-
Notifications
You must be signed in to change notification settings - Fork 9
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
Automate the creation of django templates from the design files #14
Comments
I think Staticfy can help with this 😄 |
@gbozee and @depecode I've created a Django posthtml plugin for Staticfy. It's on a new branch called You can install it from pip with:
and run it with:
example with the base.html template |
This is great. Would take a look at this |
@gbozee and @depecode I don't know if you guys have installed I've started re-writing the core ( The command is still the same. You just need to create a
There's an example here too: https://github.com/danidee10/Staticfy/blob/plugins/staticfy.yaml If I complete the
Right now, the |
Since we are currently implementing the designs in such a way that looks familar to any one who has worked with a templating language, this feature would make it possible such that the current templates can be easily converted to the django templating system by just running them through a command.
The text was updated successfully, but these errors were encountered: