Try Django 1.8 Tutorial - 4 of 42 - Admin & Superuser - Learn Django

preview_player
Показать описание
Try Django 1.8 Tutorial - 4 of 42 - Admin & Superuser - Learn Django

Topics include:
- Django Project Setup
- Models, Model Forms, Forms, Form Validation
- Function Based Views
- Integrate Bootstrap front-end framework.
- Django Registration Redux for Authentication/Registration
- Launch on a live server
- And More

Post any/all questions in the comments area -- we try to answer all. If you know the answer someone else's question(s), please share!

We are Coding For Entrepreneurs [CFE] and have built an entire library of content to help you master Django and other web technologies launch real projects faster. Enroll today for as low as $20/month.

What Technology you'll learn in the Try Django 1.8 series:
-- Bootstrap (version 3.3): a powerful front-end framework used by thousands of sites around the world. Bootstrap makes it easier to have a responsive web application so it looks awesome on any mobile device and any desktop computer.

All of our tutorials have a simple goal in mind: get you building something real and quickly.

Рекомендации по теме
Комментарии
Автор

CodingEntrepreneurs Really nice tutorials ! I had this one question though. Since the admin area is very powerful, but if we launch our application, anyone can visit the admin panel via the URL applicationName/admin.
Is this a problem or can we do something about this?

aakashtyagi
Автор

It went like a bullet through butter. Thanks a lot.

mistery
Автор

now my localhost:8000/admin does not load any css like yours. am using 1.8.3

kelvinchege
Автор

so its the same way u add normal user and admin?? and is superuser =admin in here?

AviNashbakshi
Автор

I subscribed in ur website, bec. of ur excellent vedio

faisalmarafie
Автор

Fantastic Videos dude! I've learned a lot and i greatly appreciate the effort you have put into these!

devonwilliams
Автор

syncdb command is deprecated in django 1.7. python manage.py migrate instead, greeting from Chile!

Diego-bcpn