Django 3.0.x Documentationyour first Django app, part 7 Customize the admin form Adding related objects Customize the admin change list Customize the admin look and feel Customize the admin index page What’s next? Advanced tutorial: table type? FAQ: The admin I can’t log in. When I enter a valid username and password, it just brings up the login page again, with no error messages. I can’t log in. When I enter a valid username and the functionality of the admin interface? The dynamically-generated admin site is ugly! How can I change it? What browsers are supported for using the admin? FAQ: Contributing code How can I get started0 码力 | 3085 页 | 2.95 MB | 1 年前3
Django 4.2.x Documentationyour first Django app, part 7 Customize the admin form Adding related objects Customize the admin change list Customize the admin look and feel Customize the admin index page Writing your first Django table type? FAQ: The admin I can’t log in. When I enter a valid username and password, it just brings up the login page again, with no error messages. I can’t log in. When I enter a valid username and the functionality of the admin interface? The dynamically-generated admin site is ugly! How can I change it? What browsers are supported for using the admin? FAQ: Contributing code How can I get started0 码力 | 3305 页 | 3.16 MB | 1 年前3
Django 4.0.x Documentationobjects.filter(reporter__full_name__startswith='John')]> # Change an object by altering its attributes and calling save(). >>> r.full_name = 'Billy Goat' >>> r.save() professional, production ready administrative inter- face – a website that lets authenticated users add, change and delete objects. The only step required is to register your model in the admin site: Listing • A public site that lets people view polls and vote in them. • An admin site that lets you add, change, and delete polls. We’ll assume you have Django installed already. You can tell Django is installed 0 码力 | 2248 页 | 7.90 MB | 1 年前3
Django 4.1.x Documentationyour first Django app, part 7 Customize the admin form Adding related objects Customize the admin change list Customize the admin look and feel Customize the admin index page What’s next? Advanced tutorial: table type? FAQ: The admin I can’t log in. When I enter a valid username and password, it just brings up the login page again, with no error messages. I can’t log in. When I enter a valid username and the functionality of the admin interface? The dynamically-generated admin site is ugly! How can I change it? What browsers are supported for using the admin? FAQ: Contributing code How can I get started0 码力 | 3240 页 | 3.13 MB | 1 年前3
Django 2.2.x Documentationyour first Django app, part 7 Customize the admin form Adding related objects Customize the admin change list Customize the admin look and feel Customize the admin index page What’s next? Advanced tutorial: table type? FAQ: The admin I can’t log in. When I enter a valid username and password, it just brings up the login page again, with no error messages. I can’t log in. When I enter a valid username and the functionality of the admin interface? The dynamically-generated admin site is ugly! How can I change it? What browsers are supported for using the admin? FAQ: Contributing code How can I get started0 码力 | 2915 页 | 2.83 MB | 1 年前3
Django 4.0.x Documentationyour first Django app, part 7 Customize the admin form Adding related objects Customize the admin change list Customize the admin look and feel Customize the admin index page What’s next? Advanced tutorial: table type? FAQ: The admin I can’t log in. When I enter a valid username and password, it just brings up the login page again, with no error messages. I can’t log in. When I enter a valid username and the functionality of the admin interface? The dynamically-generated admin site is ugly! How can I change it? What browsers are supported for using the admin? FAQ: Contributing code How can I get started0 码力 | 3184 页 | 3.14 MB | 1 年前3
Django 2.1.x Documentationyour first Django app, part 7 Customize the admin form Adding related objects Customize the admin change list Customize the admin look and feel Customize the admin index page What’s next? Advanced tutorial: table type? FAQ: The admin I can’t log in. When I enter a valid username and password, it just brings up the login page again, with no error messages. I can’t log in. When I enter a valid username and the functionality of the admin interface? The dynamically-generated admin site is ugly! How can I change it? What browsers are supported for using the admin? FAQ: Contributing code How can I get started0 码力 | 2790 页 | 2.71 MB | 1 年前3
Django 2.0.x Documentationyour first Django app, part 7 Customize the admin form Adding related objects Customize the admin change list Customize the admin look and feel Customize the admin index page What’s next? Advanced tutorial: table type? FAQ: The admin I can’t log in. When I enter a valid username and password, it just brings up the login page again, with no error messages. I can’t log in. When I enter a valid username and the functionality of the admin interface? The dynamically-generated admin site is ugly! How can I change it? What browsers are supported for using the admin? FAQ: Contributing code How can I get started0 码力 | 2746 页 | 2.67 MB | 1 年前3
Django 2.1.x Documentationobjects.filter(reporter__full_name__startswith='John')]> # Change an object by altering its attributes and calling save(). >>> r.full_name = 'Billy Goat' >>> r.save() professional, production ready administrative inter- face – a website that lets authenticated users add, change and delete objects. It’s as easy as registering your model in the admin site: Listing 2: mysite/news/models • A public site that lets people view polls and vote in them. • An admin site that lets you add, change, and delete polls. We’ll assume you have Django installed already. You can tell Django is installed 0 码力 | 1910 页 | 6.49 MB | 1 年前3
Django 2.0.x Documentationobjects.filter(reporter__full_name__startswith='John')]> # Change an object by altering its attributes and calling save(). >>> r.full_name = 'Billy Goat' >>> r.save() professional, production ready administrative inter- face – a website that lets authenticated users add, change and delete objects. It’s as easy as registering your model in the admin site: mysite/news/models • A public site that lets people view polls and vote in them. • An admin site that lets you add, change, and delete polls. We’ll assume you have Django installed already. You can tell Django is installed 0 码力 | 1880 页 | 6.41 MB | 1 年前3
共 90 条
- 1
- 2
- 3
- 4
- 5
- 6
- 9













