Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Free Programming Books Zh_cn | 104,527 | a month ago | 30 | gpl-3.0 | ||||||
:books: 免费的计算机编程类中文书籍,欢迎投稿 | ||||||||||
Django Rules | 1,644 | 110 | 25 | 2 months ago | 20 | March 23, 2022 | 35 | mit | Python | |
Awesome Django authorization, without the database | ||||||||||
Django Locallibrary Tutorial | 1,427 | 2 months ago | 3 | cc0-1.0 | Python | |||||
Local Library website written in Django; example for the MDN server-side development Django module: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django. | ||||||||||
Django Twoscoops Project | 864 | 8 years ago | 12 | mit | Python | |||||
The sample project layout from the book, "Two Scoops of Django 1.5 and 1.6" | ||||||||||
Booktype | 840 | 2 years ago | 6 | agpl-3.0 | JavaScript | |||||
Booktype is a free, open source platform that produces beautiful, engaging books formatted for print, Amazon, iBooks and almost any ereader within minutes. | ||||||||||
Django 2 By Example | 560 | 8 months ago | 13 | mit | Python | |||||
Django 2 by Example, published by Packt | ||||||||||
Two Scoops Of Django 1.8 | 409 | 6 years ago | 6 | Python | ||||||
Tracking thoughts and feature requests for Two Scoops of Django 1.8 in the issue tracker. And the book's code examples are here. | ||||||||||
Django By Example Book | 238 | 6 years ago | 1 | Python | ||||||
Code for the book Django By Example https://www.packtpub.com/web-development/django-example | ||||||||||
Django Practice Book | 221 | 4 years ago | 14 | Python | ||||||
《Django企业开发实战》已出版 | ||||||||||
Django Admino | 208 | 6 years ago | 1 | January 03, 2017 | 4 | mit | Python | |||
Admino is a django package that provides a REST API for admin endpoints. |
Code for Django by Example book by Antonio Mele https://www.packtpub.com/web-development/django-example
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)