django-marcador
  • 1. Vorbereitung
    • 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 Paketmanager
      • 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. Django installieren
    • 2.1. Installation der zusätzlich für das Tutorial benötigten Pakete
  • 3. Ein neues Django Projekt
    • 3.1. Das Django Projekt beginnen
    • 3.2. Den Entwicklungsserver testen
    • 3.3. Die Konfiguration anpassen
  • 4. Die App django-marcador
    • 4.1. Die App anlegen
  • 5. Models erstellen
    • 5.1. Felder
    • 5.2. Metadaten
    • 5.3. Methoden
    • 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 und Views
    • 8.1. URLs konfigurieren
      • 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. Views hinzufügen
      • 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. Das Django Template System
    • 9.2. Create the base template
    • 9.3. Create the templates for the views
    • 9.4. Test the new templates
  • 10. Anmeldung im Frontend einrichten
    • 10.1. URLconf
    • 10.2. Konfiguration
    • 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. Formulare
    • 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. Weiterführende Informationen
  • 14. Changelog
  • 15. Autoren
    • 15.1. Markus Zapke-Gründemann
    • 15.2. Weitere Autoren
  • 16. Lizenz
 
django-marcador
  • Docs »

Stichwortverzeichnis

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

Sonderzeichen

%PATH%

A

Admin
App
Application
Authentication

B

Bootstrap 3

C

Configuration
createsuperuser

D

Database migration
Development server

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

Umgebungsvariable
%PATH%
url
URLconf

V

Views

© Copyright 2012-2015, Markus Zapke-Gründemann et al. Zuletzt aktualisiert am May 31, 2015.

Built with Sphinx using a theme provided by Read the Docs.
Flattr, Languages and BitBucket
Wenn du django-marcador unterstützen möchtest, gibt eine kleine Spende auf Flattr ab:
In anderen Sprachen
English
Deutsch
Español
On BitBucket
Issue Tracker
Repository