• Search by Module
  • Search by Words
  • Search Projects
Top Python APIs Popular Projects
  • Java
  • Python
  • JavaScript
  • TypeScript
  • C++
  • Scala
  • Blog
Project: django-cruds (GitHub Link)
  • django-cruds-master
    • Makefile
    • cruds
      • templates
        • cruds
          • detail.html
          • delete.html
          • list.html
          • _form.html
          • update.html
          • templatetags
            • crud_fields.html
          • base.html
          • create.html
      • templatetags
        • crud_tags.py
        • __init__.py
      • models.py
      • views.py
      • urls.py
      • __init__.py
      • utils.py
      • static
        • img
          • .gitignore
        • js
          • cruds.js
        • css
          • cruds.css
    • requirements-test.txt
    • LICENSE
    • README.rst
    • setup.py
    • AUTHORS.rst
    • runtests.py
    • setup.cfg
    • HISTORY.rst
    • .travis.yml
    • CONTRIBUTING.rst
    • tests
      • test_utils.py
      • test_urls.py
      • testapp
        • templates
          • base.html
        • models.py
        • urls.py
        • __init__.py
      • test_templatetags.py
      • urls.py
      • test_integration.py
      • __init__.py
      • test_views.py
    • requirements.txt
    • .gitignore
    • MANIFEST.in
    • tox.ini