Metadata-Version: 2.1
Name: django_superapp
Version: 1.0.5
Summary: Build your startup application faster with django-superapp
Home-page: https://github.com/django-superapp/django-superapp
Author: Django SuperApp
Author-email: django-superapp@bringes.io
License: MIT
Project-URL: Bug Reports, https://github.com/django-superapp/django-superapp/issues
Project-URL: Source, https://github.com/django-superapp/django-superapp
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.0
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: Django>=5.0.0
Requires-Dist: django-unfold>=0.22.0
Requires-Dist: django-svelte-jsoneditor>=0.4.2
Requires-Dist: django-import-export>=4.0.3
Requires-Dist: django-admin-confirm>=1.0.0

# django-superapp-core

### Development
```bash
make install-requirements
make install
make release
```
