My FeedDraftsBookmarksExploreSearch
AMAsRFAsAboutCareersOfficial Blog

Hashnode © 2023

Connect with us:

/
Write

#django

Django

4.2K

Followers

1.7K

Posts

Follow #django on Hashnode and stay informed with latest resources, articles, and news.

Sign up and follow this tag
HotNew
İlke Candan Bengi's photo
İlke Candan Bengi
Jul 7, 2022

Django's Interaction with DataBases

ilkecandan.hashnode.dev

Let's open a new app with the code we are familiar with. I am naming mine "notes". python manage.py startapp notes Like previously, we should register it to settings.py file as well. After doing that, we should go to our models.py file. T…

Comment
İlke Candan Bengi's photo
İlke Candan Bengi
Jul 4, 2022

Django Built-In User Management

ilkecandan.hashnode.dev

Django has the entire authentication systems that is ready to go. With "runserver" function go to your browser and add the "/admin" at the end of your url. Mine looks like this: http://127.0.0.1:9000/admin We only need to make sure that ou…

Comment
İlke Candan Bengi's photo
İlke Candan Bengi
Jul 4, 2022

Django Data Modeling, E-Commerce Data Modeling, Model Organization in Apps

ilkecandan.hashnode.dev

Introduction to Data Modelling Models are used to store and retrieve data. First, of all we should always figure out pieces of data that we want to store. So, what entities or concepts do we have in an e-commerce application? We need a conc…

Comment
Luca Ravasi's photo
Luca Ravasi
Jul 3, 2022

How to set up csrf token with Django and React

gimbogeek.hashnode.dev

I'm not sure that this implementation is completely correct from a security point, but i want write this article because i found some problems to set …

Comment

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.

Grow this tag

Invite your friends · Click to share

AboutService StatusPlatform APIsOfficial BlogSupportCareersMedia
Feature RequestsChangelogMust-read 🗞
PrivacyTerms

© 2023 · Hashnode