-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Milestone
Description
What is the modularity design for weber? In Django it is quite easy to tie a bunch of mini apps in a single Django web application (each app occupy a url segment).
ASP.NET MVC struggled with this although it has "Areas" which contains controller, models, and views section. People use it to organize major functionality such as Admin or API sections.