You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, all the views are mapped in a single views.py file in the Django app 'social'. Modularize the code by breaking down the views.py file and mapping the views to the views.py files of different Django apps for improved scalability.
The text was updated successfully, but these errors were encountered:
As of now, all the views are mapped in a single views.py file in the Django app 'social'. Modularize the code by breaking down the views.py file and mapping the views to the views.py files of different Django apps for improved scalability.
The text was updated successfully, but these errors were encountered: