django-marcador
  • 1. Preparación
    • 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. Gestor de Paquetes Python
      • 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. Instalar Django
    • 2.1. Install extra packages for this tutorial
  • 3. Un nuevo proyecto de Django
    • 3.1. Inicia el proyecto de Django
    • 3.2. Prueba el servidor de desarrollo
    • 3.3. Configuración
  • 4. La aplicación django-marcador
    • 4.1. Crear la applicación
  • 5. Crear los modelos
    • 5.1. Campos
    • 5.2. Metadatos
    • 5.3. Métodos
    • 5.4. Director
    • 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 y vistas
    • 8.1. Configurar los 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. Añadir las vistas
      • 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. Plantillas
    • 9.1. El sistema de plantillas de Django
    • 9.2. Create the base template
    • 9.3. Create the templates for the views
    • 9.4. Test the new templates
  • 10. Configurando la interfaz para iniciar sesíon
    • 10.1. URLconf
    • 10.2. Configuración
    • 10.3. Plantillas
      • 10.3.1. The main login template
      • 10.3.2. The login template for the navigation
    • 10.4. Test the frontend login
  • 11. Formularios
    • 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. Más información
  • 14. Changelog
  • 15. Autores
    • 15.1. Markus Zapke-Gründemann
    • 15.2. Autores adicionales
  • 16. Licencia
 
django-marcador
  • Docs »

Índice

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

Símbolos

%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

url
URLconf

V

variables de entorno
%PATH%
Views

© Copyright 2012-2015, Markus Zapke-Gründemann et al. Actualizado por última vez en 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:
Idiomas
English
Deutsch
Español
On BitBucket
Sistema de seguimiento de incidentes
Repository