Skip to main content

Magical app for django-vb-admin

Project description

Python Django Version Codacy Badge

django-vb-baseapp

This is a helper app for https://github.com/vbyazilim/django-vb-admin

Features

  • 2 custom base models: BaseModel and BaseModelWithSoftDelete
  • 2 custom base model admins: CustomBaseModelAdmin and CustomBaseModelAdminWithSoftDelete
  • Soft deletion feature for model and model admin and admin actions
  • pre_undelete and post_undelete signals for soft delete operation
  • Pre enabled models admin site: ContentTypeAdmin, LogEntryAdmin, PermissionAdmin, UserAdmin
  • Timezone and locale middlewares
  • View level on screen debug feature
  • Handy utils: console, console.dir(), numerify, save_file, SlackExceptionHandler
  • File widget for Django Admin: AdminImageFileWidget
  • OverwriteStorage for overwriting file uploads
  • Custom file storage for missing files for development environment: FileNotFoundFileSystemStorage
  • Custom and configurable error page views for: 400, 403, 404, 500
  • Custom management command with basic output feature CustomBaseCommand

License

This project is licensed under MIT


Contributer(s)


Contribute

All PR’s are welcome!

  1. fork (https://github.com/vbyazilim/django-vb-baseapp/fork)
  2. Create your branch (git checkout -b my-features)
  3. commit yours (git commit -am 'Add killer features')
  4. push your branch (git push origin my-features)
  5. Than create a new Pull Request!

Change Log

2019-08-07

  • Initial Beta relase: 1.0.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-vb-baseapp-1.0.1.tar.gz (86.2 kB view hashes)

Uploaded Source

Built Distribution

django_vb_baseapp-1.0.1-py3-none-any.whl (102.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page