{
"info": {
"author": "Jan Schrewe",
"author_email": "jan@schafproductions.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python"
],
"description": "django mongoadmin\n=================\n\nThis a drop in replacement for the django admin that works with monodb.\nIt uses the django admin stuff wherever possible and can be used\ntogether with normal django models and a SQL database.\n\nRequirements\n------------\n\n- Django >= 1.3\n- `mongoengine `__ >= 0.6\n- `django-mongodbforms `__\n\nUsage\n-----\n\nAdd mongoadmin to ``INSTALLED_APPS`` settings\n\n.. code:: python\n\n INSTALLED_APPS = (\n ...\n 'mongoadmin',\n 'django.contrib.admin',\n ...\n )\n\nAdd mongoadmin to ``urls.py``\n\n.. code:: python\n\n from django.contrib import admin\n admin.autodiscover()\n\n from mongoadmin import site\n\n urlpatterns = patterns('',\n # Uncomment the next line to enable the admin:\n url(r'^admin/', include(site.urls)),\n )\n\nThe ``admin.py`` for your app needs to use mongoadmin instead of\ndjango's admin:\n\n.. code:: python\n\n from mongoadmin import site, DocumentAdmin\n\n from app.models import AppDocument\n \n class AppDocumentAdmin(DocumentAdmin):\n pass\n site.register(AppDocument, AppDocumentAdmin)\n\nNow the document should appear as usual in django's admin.\n\nUsing third party apps with mongoadmin\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nTo use third party apps (i.e. apps that register their admin classes in\n``django.contrib.admin.site``) with mongoadmin you have to add\n``MONGOADMIN_OVERRIDE_ADMIN = True`` to your settings file. This\noverrides the django admin site with mongoadmin's admin site.\n\nWhat works and doesn't work\n---------------------------\n\ndjango-mongoadmin currently only supports the most basic things and even\nthey are not really tested.\n\nYou probably won't be able to use all of the nice stuff Django provides\nfor relations. The problem is that Django bi-directional relations with\na lot of magic, while mongoengine has a uni-directional ReferenceField.\nSo in order to make relations really work one would either have to\ninject so much code into the documents and querysets that they become\nclones of Django's stuff or rewrite huge parts of the admin. If you feel\nthat either approach is worth it, go for it and submit a pull request.\nOtherwise feel free to submit an issue but don't get your hopes up for a\nfix.",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://www.schafproductions.com/projects/mongo-admin/",
"keywords": null,
"license": "New BSD License",
"maintainer": null,
"maintainer_email": null,
"name": "mongoadmin",
"package_url": "https://pypi.org/project/mongoadmin/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/mongoadmin/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "http://www.schafproductions.com/projects/mongo-admin/"
},
"release_url": "https://pypi.org/project/mongoadmin/0.2/",
"requires_dist": null,
"requires_python": null,
"summary": "A replacement for django's admin that works with mongodb.",
"version": "0.2"
},
"last_serial": 879036,
"releases": {
"0.1.1": [
{
"comment_text": "",
"digests": {
"md5": "31175d3f56bc586920762b3ed5463911",
"sha256": "d82cdf0153f1e09a42576247cc716df523682bbd952c0aa3dff57a6ebdf77bbc"
},
"downloads": -1,
"filename": "mongoadmin-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "31175d3f56bc586920762b3ed5463911",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 31138,
"upload_time": "2012-01-02T23:20:09",
"url": "https://files.pythonhosted.org/packages/ed/03/ab485707a9b94b53f779066b968016b9e000e98eefef4fca7106bb7af976/mongoadmin-0.1.1.tar.gz"
}
],
"0.1.2": [
{
"comment_text": "",
"digests": {
"md5": "dceddf68eebe096a66f4c4e0c8cc3a71",
"sha256": "0b8b08fc608cb9b88bd52520ef1e51969ac796b008b9771580243cef704aa609"
},
"downloads": -1,
"filename": "mongoadmin-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "dceddf68eebe096a66f4c4e0c8cc3a71",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 31386,
"upload_time": "2012-01-25T17:58:47",
"url": "https://files.pythonhosted.org/packages/3f/50/021dd6ff64bb4cbd886950e657cd253293523feefd3b429c1170d8751459/mongoadmin-0.1.2.tar.gz"
}
],
"0.1.3": [
{
"comment_text": "",
"digests": {
"md5": "bdcfb017924f4675dbcabab6df738e71",
"sha256": "fb106398bb5a83a153a81ac7c87fc86b5395447608a29334ef3d078e5f69d89f"
},
"downloads": -1,
"filename": "mongoadmin-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "bdcfb017924f4675dbcabab6df738e71",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 32390,
"upload_time": "2012-03-05T17:57:14",
"url": "https://files.pythonhosted.org/packages/93/09/412de40ee8610401fef32948a5fb0b7f9cd3eb62db9b477f39fbd9b0afef/mongoadmin-0.1.3.tar.gz"
}
],
"0.1.4": [
{
"comment_text": "",
"digests": {
"md5": "6115fd2b52f31f1826431c5ce1e9acee",
"sha256": "82c7bead36f9e9d68ba9259b15e988737d7f783cbd66ee069745f66207e44332"
},
"downloads": -1,
"filename": "mongoadmin-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "6115fd2b52f31f1826431c5ce1e9acee",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 31528,
"upload_time": "2013-06-20T12:40:47",
"url": "https://files.pythonhosted.org/packages/c5/68/d81f3366c77ce08e8d8296d750d46c05022c0b7eba5cb46f423678a56385/mongoadmin-0.1.4.tar.gz"
}
],
"0.1.5": [
{
"comment_text": "",
"digests": {
"md5": "154e919ff3392c80878e48264c134384",
"sha256": "5109a37606377f3afdd50eb8922c65c5918fa1add9cf1314dff78ab08b6e21b1"
},
"downloads": -1,
"filename": "mongoadmin-0.1.5.tar.gz",
"has_sig": false,
"md5_digest": "154e919ff3392c80878e48264c134384",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 32394,
"upload_time": "2013-07-10T03:44:52",
"url": "https://files.pythonhosted.org/packages/48/08/5589aa7730a96574a56d3d6b4efe6fc6ad12db664b482f2926c7bac3d981/mongoadmin-0.1.5.tar.gz"
}
],
"0.2": [
{
"comment_text": "",
"digests": {
"md5": "ebf2bceb81ad1cdccec56f32e7e2877b",
"sha256": "a4c8149b441eb55607e6359b9bd9185cb558db379b74f87ca022d741e4da9c90"
},
"downloads": -1,
"filename": "mongoadmin-0.2.tar.gz",
"has_sig": false,
"md5_digest": "ebf2bceb81ad1cdccec56f32e7e2877b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 35673,
"upload_time": "2013-10-02T13:29:52",
"url": "https://files.pythonhosted.org/packages/d9/83/b0ae472244b9300ab0d9ba4f90848d7843f52efeeafff9bd6e4d2e69be26/mongoadmin-0.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "ebf2bceb81ad1cdccec56f32e7e2877b",
"sha256": "a4c8149b441eb55607e6359b9bd9185cb558db379b74f87ca022d741e4da9c90"
},
"downloads": -1,
"filename": "mongoadmin-0.2.tar.gz",
"has_sig": false,
"md5_digest": "ebf2bceb81ad1cdccec56f32e7e2877b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 35673,
"upload_time": "2013-10-02T13:29:52",
"url": "https://files.pythonhosted.org/packages/d9/83/b0ae472244b9300ab0d9ba4f90848d7843f52efeeafff9bd6e4d2e69be26/mongoadmin-0.2.tar.gz"
}
]
}