Django: How to start a project Nov 14, 2022 Django Django: How to start a project Step 1: Ensure that python has been installed on your computer. Step 2: Once you have successfully installed python on your computer, you need to
Django: Configure and connect to static files Nov 14, 2022 Django Django: Configure and connect to static files What are static files? Simply put, static files consist of CSS, JavaScript and any media files such as images. They are known as "static&
Django: How to access the admin panel Nov 14, 2022 Django Django: How to access the admin panel What is the Django admin panel? Simply put, the Django admin panel is Django's administrative page where you can manage your website in
Django: How to create a user Nov 14, 2022 Django Django: How to create a user How do users create their accounts? Well, in order for users to create their account they will need to complete a form and fill out
Django: Understanding the concept of a Django app Nov 14, 2022 Django Django: Understanding the concept of a Django app Django project A Django project is composed of a collection of different settings, configurations, and apps. We can have one or multiple apps in a