Closed javuto closed 3 months ago
When issuing the command make install_admin, the directories for templates and static content were not refreshed in the destination directory. With this changes using Makefile helps to be more efficient.
make install_admin
Makefile
When issuing the command
make install_admin
, the directories for templates and static content were not refreshed in the destination directory. With this changes usingMakefile
helps to be more efficient.