Skip to content

Instantly share code, notes, and snippets.

@khursani8
Last active May 19, 2021 04:35
Show Gist options
  • Select an option

  • Save khursani8/41db5f787603f3b4cecd75093f1924fd to your computer and use it in GitHub Desktop.

Select an option

Save khursani8/41db5f787603f3b4cecd75093f1924fd to your computer and use it in GitHub Desktop.
create new event based on templates
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