You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+11-14
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,17 @@ Development
183
183
The folder **testproject/** contains a pre-configured django project and an sqlite database. Login for django admin is *admin:admin*. This project should always be maintained, but please do not commit changes to the SQLite database as we only care about its contents in case data models are changed.
184
184
185
185
186
+
Acknowledgements
187
+
----------------
188
+
189
+
* The people at [edX](http://www.edxonline.org/) & MIT for finding and supporting the project both financially and with ideas.
190
+
*[django-cms](https://github.com/divio/django-cms) for venturing where no django app has gone before in terms of well-planned features and high standards. It's a very big inspiration.
191
+
*[django-mptt](https://github.com/django-mptt/django-mptt), a wonderful utility for inexpensively using tree structures in Django with a relational database backend.
* The people at [edX](http://www.edxonline.org/) & MIT for finding and supporting the project both financially and with ideas.
208
-
*[django-cms](https://github.com/divio/django-cms) for venturing where no django app has gone before in terms of well-planned features and high standards. It's a very big inspiration.
209
-
*[django-mptt](https://github.com/django-mptt/django-mptt), a wonderful utility for inexpensively using tree structures in Django with a relational database backend.
0 commit comments