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
Django: How to install and setup python Nov 14, 2022 Django Django: How to install and setup python What is Python? It's one of the most popular programming languages out there at the moment and still growing. Originally founded in 1991