@@ -260,7 +260,7 @@ The django-jet project is open source under the
260260
261261### django-jsonfield
262262[ django-jsonfield] ( https://github.com/dmkoch/django-jsonfield )
263- ([ jsonfield on PyPi ] ( https://pypi.org/project/jsonfield/ ) ) is a
263+ ([ jsonfield on PyPI ] ( https://pypi.org/project/jsonfield/ ) ) is a
264264[ Django] ( /django.html ) code library that makes it easier to store validated
265265JSON in a [ Django object-relational mapper (ORM)] ( /django-orm.html ) database
266266model.
@@ -269,6 +269,16 @@ The django-jsonfield project is open source under the
269269[ MIT license] ( https://github.com/dmkoch/django-jsonfield/blob/master/LICENSE ) .
270270
271271
272+ ### django-loginas
273+ [ django-loginas] ( https://github.com/skorokithakis/django-loginas )
274+ ([ PyPI package information] ( https://pypi.org/project/django-loginas/ ) )
275+ is [ Django] ( /django.html ) code library for admins to log into an application
276+ as another user, typically for debugging purposes.
277+
278+ django-loginas is open source under the
279+ [ BSD 3-Clause "New" or "Revised" License] ( https://github.com/skorokithakis/django-loginas/blob/master/LICENSE ) .
280+
281+
272282### django-model-utils
273283[ django-model-utils] ( https://github.com/jazzband/django-model-utils )
274284([ project documentation] ( https://django-model-utils.readthedocs.io/en/latest/ )
@@ -394,6 +404,23 @@ and maintained by the collaborative developer community group
394404[ Jazzband] ( https://jazzband.co/ ) .
395405
396406
407+ ### django-wiki
408+ [ django-wiki] ( https://github.com/django-wiki/django-wiki )
409+ ([ project documentation] ( https://django-wiki.readthedocs.io/en/master/ ) ,
410+ [ demo] ( https://demo.django-wiki.org/ ) ,
411+ and [ PyPI page] ( https://pypi.org/project/django-wiki/ ) )
412+ is a wiki system code library for [ Django] ( /django.html )
413+ projects that makes it easier to create user-editable content.
414+ The project aims to provide necessary core features and then
415+ have an easy plugin format for additional features, rather than
416+ having every exhaustive feature built into the core system.
417+ django-wiki is a rewrite of an earlier now-defunct project
418+ named [ django-simplewiki] ( https://code.google.com/p/django-simple-wiki/ ) .
419+
420+ The code for django-wiki is provided as open source under the
421+ [ GNU General Public License 3.0] ( https://github.com/django-wiki/django-wiki/blob/master/COPYING ) .
422+
423+
397424### drf-action-serializer
398425[ drf-action-serializer] ( https://github.com/gregschmit/drf-action-serializer )
399426([ PyPI page] ( https://pypi.org/project/drf-action-serializer/ ) )
0 commit comments