Dhruvkumar Maisuriadjangowithdhruv09.hashnode.dev路Aug 2, 2024Part 1: Getting Started with Django Tweet ProjectPrerequisites Before we begin, ensure you have the following installed on your system: Python: Python 3.6 or later. Django: The web framework we will use to build our project. Virtual Environment: To manage dependencies for your project. Introdu...DiscussDjango
Himanshi choudharyhimanshichoudhary.hashnode.dev路May 29, 2024Django step by step ( Part - 1 )Beat way to learn something is to start building some project # Multi-vendor-ecommerce Application 馃摑 This is the Multi-Vendor ecommerce website. Customers can purcahse web scripts for various technologies. like Theme forest, inverto etc. ## Project ...DiscussDjango
Vikashvar Rajanpythongeek.hashnode.dev路Jul 19, 2023Django-Calculator app(Beginner鈥檚 friendly)Django is a powerful web framework which is used to create amazing websites.While learning a framework,we must do several mini projects in order to get familar with the framework.Now,in this blog,we are going to create a simple calculator app.Let鈥檚 j...DiscussDjango
Johanan Oppong Amoatengjohananoppongamoateng.hashnode.dev路Jul 15, 2023How to Extend the Default Django User ModelIntroduction: The Django web framework provides a powerful authentication system out-of-the-box with its default User model. However, there are often cases where we need to add additional fields or functionality to the User model to suit our applicat...Discuss路62 readsDjango
Clement Nzubechukwudevread.hashnode.dev路May 13, 2023Mastering Django Queries: Unleash the Power of Data RetrievalIntroduction: Welcome back to our thrilling Django Basics series! In the previous posts, we introduced Django, built our first app, and explored Django models. Today, we're going to unlock the true power of data retrieval with Django queries. Don't w...Discuss路43 readsDjango basicsQuery
Favour Olumesethecodingprocess.hashnode.dev路Jan 17, 2023Using django-environ to Create Environment Variables in Django ProjectTo prevent exposing your sensitive data when sharing your code, environment variables are useful to save the data (either on your local machine or your production server) which your project depends on. In this article, we would learn how to use djang...Discuss路217 readsDjango