sdevalapurkar / schedulearn

📅 A web app that tutors can use to manage their students and schedule lessons
http://www.schedulearn.com
3 stars 3 forks source link

Do we need a app subdirectory inside the static folder of an app module? #150

Open AhmedNSidd opened 5 years ago

AhmedNSidd commented 5 years ago

Investigate whether it's necessary to have the project layout as such:

schedule_lessons/module_name/static/module_name/....

or if we can change it to a flatter project structure such as:

schedule_lessons/module_name/static/...