Skip to main content

Accounts APP for Django REST Framework with API Views

Project description

# Django REST Framework - Account

**Account APP for Django REST Framework with API Views.**<br>

`DRF Account` is a Django app that for maintaining Account Information. This app is majorly being used in
[Vitartha's](https://vitartha.com) product [Hisab Kitab](https://hisabkitab.in)

#### Contributors

- **[Civil Machines Technologies Private Limited](https://github.com/civilmahines)**: For providing me platform and
funds for research work. This project is hosted currently with `CMT` only.
- [Himanshu Shankar](https://github.com/iamhssingh): The app was initiated and worked upon majorly by Himanshu. This app
is currently in use in various other django projects that are developed by him.

**We're looking for someone who can contribute on docs part**

#### Installation

- Download and Install via `pip`
```
pip install drf_account
```
or<br>
Download and Install via `easy_install`
```
easy_install drf_account
```
- Add `drf_account` in `INSTALLED_APPS`<br>
```
INSTALLED_APPS = [
...
'drf_account',
...
]
```
- Include urls of `drf_account` in `urls.py`
```
urlpatterns = [
...
path('/api/account/', include('drf_account.urls')),
...
]

# or

urlpatterns = [
...
url(r'api/account/', include('drf_account.urls')),
...
]
```

- Finally, run `migrate` command
```
python manage.py migrate drf_account
```


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

drf_account-0.0.2.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

drf_account-0.0.2-py3-none-any.whl (9.0 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