Skip to content

Commit 2538f2c

Browse files
committed
Remove link to obsolete Django demo, PYTHON-649.
1 parent 9b0e542 commit 2538f2c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

doc/faq.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -243,14 +243,6 @@ without using a Django backend. Certain features of Django that require
243243
using just MongoDB, but most of what Django provides can still be
244244
used.
245245

246-
We have written a demo `Django + MongoDB project
247-
<http://github.com/mdirolf/DjanMon/tree/master>`_. The README for that
248-
project describes some of what you need to do to use MongoDB from
249-
Django. The main point is that your persistence code will go directly
250-
into your views, rather than being defined in separate models. The
251-
README also gives instructions for how to change settings.py to
252-
disable the features that won't work with MongoDB.
253-
254246
One project which should make working with MongoDB and Django easier
255247
is `mango <http://github.com/vpulim/mango>`_. Mango is a set of
256248
MongoDB backends for Django sessions and authentication (bypassing

0 commit comments

Comments
 (0)