Found 52 Articles for Django

How to Install Django 1.9 on Ubuntu

Sharon Christine
Updated on 20-Jan-2020 12:45:36

342 Views

Django is an excessive stage Python internet framework that encourages speedy development, clean along with pragmatic layout. It takes a lot of care in building a trouble free web development programming language so that you can start writing your app in an easier manner without having to reinvent the wheel. It is an open-source software. This article provides the necessary instructions on – “How to install Django 1.9 on Ubuntu”.Before we start with the Django installation, we should update the Ubuntu repository as shown in the below command-$ sudo apt-get updateInstalling DjangoThere are so many methods which are available to ... Read More

What's the best place for python classes in a Django project?

Niharika Aitam
Updated on 15-May-2023 13:46:30

299 Views

Django is one of the frameworks used along with python to create the web pages in an efficient manner. It is also called as the framework included with batteries why because by default the Django framework gives the admin interface and database interface like SQLite 3 etc. It also provides us the default readymade components namely user authentication handling like sign in, signup and sign out. It provides the management panel for our website, forms, uploading the files etc. Why are we using the Django framework? Django is known for its scalability and comprehensive documentation. This framework is used by ... Read More

Advertisements