Last active
May 19, 2021 04:35
-
-
Save khursani8/41db5f787603f3b4cecd75093f1924fd to your computer and use it in GitHub Desktop.
create new event based on templates
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
| cp -r apps/events/templates/129 apps/events/templates/131 | |
| mkdir -p static/bundles/131 | |
| cp -r static/bundles/129/* static/bundles/131/ | |
| mkdir -p static/images/events/131 | |
| cp -r static/images/events/129/* static/images/events/131/ | |
| mkdir -p static/src/js/events/131 | |
| cp -r static/src/js/events/129/* static/src/js/events/131/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment