Django Pages

Pages related to setting up and running websites in Django

Administering your Django website

Overview

The admin site

The site is just another app. you can use the built-in administration app …

Design Goals

Why am I making a new django-driven blog?

Django Bookmarks

A sorted but not well-organized dump of Django links

    Hacking Django’s Views and URLS to support your blog

    Introduction

    When we initially created our blog app, we had segregated our blog app to any path that …

    Handling Static Files

    Introduction

    One of the features when migrating to a production environment is that Django gives you …

    Managing your Django Website

    Command line functions

    python manage.py <function name>
    

    you can learn about the functions …