Blog

Blog

Exporting and importing data in Django using pg_dump in postgresql, mysqldump in mysql, dumpdata and loaddata commands in Django

In this tutorial, I will explain how to export and import data in a Django project.

Opensourced Django invitation system with roles and permissions

In this blog post, I will explain about the opensourced invitation/member system with roles and permissions that we have developed recently.

Using GeoDjango in your Django project

In this tutorial, I will explain to you how to use GeoDjango in Django project. Let us assume you have UserProfile in your Django project.

Building single page applications easily with cowhite.js

In this tutorial, I will explain you how to build single page applications easily using cowhite.js.

Database API and Django Admin

Database API

In last tutorial we left off by creating and migrating models. This means that we have everything ready and the only thing we need to do is add data into the database. For doing so Django has a Database API which allows us to access and manipulate the database using Python code only. Let's play with this API and learn them on the way. We can use the Python shell to do so. Type the following to open the Python shell

Recent Posts

Archive

2025
2022
2021
2020
2019
2018
2017
2016
2015
2014

Tags

Authors

Feeds

RSS / Atom