1👍
The project is under active construction.
Currently, most of development is visible under the “develop” branch: that’s why you can’t see almost anything in the master branch.
0👍
Most open-source projects are under constant development (meaning it is never ‘finished’).
If you are unfamiliar with Django, you should first work through the tutorials here:
https://docs.djangoproject.com/en/1.6/intro/tutorial01/
Also, if you are looking for a ready-built tool, you should perhaps look here:
https://www.djangopackages.com/
Building something from scratch may sound like a waste of time, but it allows you to build the application to your exact specifications (which has its benefits).
👤Joe
- [Answer]-How to run gsutil command in django non-rel app
- [Answer]-How to filter in many-to-many relationship in Django
Source:stackexchange.com