An open API service indexing awesome lists of open source software.

https://github.com/postpdm/djangoenterprise

Django enterprise models
https://github.com/postpdm/djangoenterprise

Last synced: 5 months ago
JSON representation

Django enterprise models

Awesome Lists containing this project

README

          

# DjangoEnterprise
Django enterprise models, prepared for your projects.

# Profiles

Extended profile model for users, bots and organizations.

```python
from DjangoEnterprise.djangoenterprise.profiles import BaseProfile

class Profile(BaseProfile):
# your fields and methods
pass
```