django-marcador
  • 1. Preparation
    • 1.1. Python
      • 1.1.1. Linux
      • 1.1.2. Mac OS X
      • 1.1.3. Windows
        • 1.1.3.1. Windows 7
        • 1.1.3.2. Windows XP
    • 1.2. Python Package Manager
      • 1.2.1. Python 3.4 and Python 2.7.9
      • 1.2.2. Python 3.3 and Python 2
      • 1.2.3. Test pip
  • 2. Install Django
    • 2.1. Install extra packages for this tutorial
  • 3. A new Django Project
    • 3.1. Start the Django Project
    • 3.2. Test the Development Server
    • 3.3. Configuration
  • 4. The django-marcador app
    • 4.1. Create the app
  • 5. Create the Models
    • 5.1. Fields
    • 5.2. Metadata
    • 5.3. Methods
    • 5.4. Manager
    • 5.5. The complete file
  • 6. Database Migration
    • 6.1. Create the migration
    • 6.2. Migrate the database
  • 7. Admin Site
    • 7.1. Configure the admin site
    • 7.2. Create a superuser
    • 7.3. Invoke the admin site
  • 8. URLs and Views
    • 8.1. Configure the URLs
      • 8.1.1. Add URLs to the application
      • 8.1.2. Add URLs to the project
      • 8.1.3. Test the new URLs
    • 8.2. Add the views
      • 8.2.1. A view to display all bookmarks
      • 8.2.2. A view for each user
      • 8.2.3. Test the new views
  • 9. Templates
    • 9.1. The Django template system
    • 9.2. Create the base template
    • 9.3. Create the templates for the views
    • 9.4. Test the new templates
  • 10. Setting Up Frontend Login
    • 10.1. URLconf
    • 10.2. Configuration
    • 10.3. Templates
      • 10.3.1. The main login template
      • 10.3.2. The login template for the navigation
    • 10.4. Test the frontend login
  • 11. Forms
    • 11.1. Add URLs for the forms
    • 11.2. Add the Form
    • 11.3. Add the Views
    • 11.4. Add the Templates
    • 11.5. Test the form
  • 12. Advanced Exercises
    • 12.1. Adding a tag cloud
      • 12.1.1. Writing custom template tags
  • 13. Further Information
  • 14. Changelog
  • 15. Authors
    • 15.1. Markus Zapke-Gründemann
    • 15.2. Additional Authors
  • 16. License
 
django-marcador
  • Docs »

Index

Symbols | A | B | C | D | E | F | H | I | J | L | M | O | P | R | S | T | U | V

Symbols

%PATH%

A

Admin
App
Application
Authentication

B

Bootstrap 3

C

Configuration
createsuperuser

D

Database migration
Development server

E

environment variable
%PATH%

F

Form
Forms inside a template

H

HTML5 Boilerplate

I

Install Django
Install Python
Install Python Package Manager

J

jQuery

L

Login

M

makemigrations
Manager
migrate
ModelForm
Models

O

Object Relational Mapper
ORM

P

pip
Primary key
Project structure

R

runserver

S

startapp
startproject

T

Templates

U

url
URLconf

V

Views

© Copyright 2012-2015, Markus Zapke-Gründemann et al. Last updated on May 31, 2015.

Built with Sphinx using a theme provided by Read the Docs.
Flattr, Languages and BitBucket
If you love django-marcador, consider making a small donation on Flattr:
Languages
English
Deutsch
Español
On BitBucket
Issue Tracker
Repository