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
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It's designed to help developers build web applications quickly, with a focus on reusability and "pluggability" of components. Django follows the "Don't Repeat Yourself" (DRY) principle, which means avoiding repetition of code, and it promotes
A Django NewsPaper website , Three types of roles - admin,editor, user. Users can browse, and Login users can see all types of category news. Also User can give rating and after giving they will receive email. Editor can add, edit, and delete news.