mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-23 20:11:09 +00:00
add example apps
This commit is contained in:
parent
0f22b653d7
commit
e915ab3a27
|
@ -10,6 +10,7 @@
|
|||
- [General Tutorials](#general-tutorials)
|
||||
- [External Resources](#external-resources)
|
||||
- [Starter Projects](#starter-projects)
|
||||
- [Example Apps](#example-apps)
|
||||
- [Third-Party Packages](#third-party-packages)
|
||||
- [Django Rest Framework](#django-rest-framework)
|
||||
- [Resources](#drf-resources)
|
||||
|
@ -48,6 +49,12 @@
|
|||
- [edge](https://github.com/arocks/edge)
|
||||
- [demo-allauth-bootstrap](https://github.com/aellerton/demo-allauth-bootstrap)
|
||||
|
||||
### Example Apps
|
||||
- [Hello, World app](https://github.com/wsvincent/djangoforbeginners/tree/master/ch2-hello-world-app)
|
||||
- [Message Board app](https://github.com/wsvincent/djangoforbeginners/tree/master/ch4-message-board-app)
|
||||
- [Blog app with users and forms](https://github.com/wsvincent/djangoforbeginners/tree/master/ch7-blog-app-with-users)
|
||||
- [Newspaper app with custom user model, full user auth](https://github.com/wsvincent/djangoforbeginners/tree/master/ch15-comments)
|
||||
|
||||
## Third-Party Packages
|
||||
> For a complete listing of all available packages, see [Django Packages](https://djangopackages.org/)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user