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.1.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

drf_account-0.0.1-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file drf_account-0.0.1.tar.gz.

File metadata

  • Download URL: drf_account-0.0.1.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for drf_account-0.0.1.tar.gz
Algorithm Hash digest
SHA256 ba38a97a70df5cb4897d9301c6021637932535445fd90f6dc1c3611eb6f00b71
MD5 962e9c4d8731edd0b7790ce52bf7c783
BLAKE2b-256 90c1d4ee2e62be91224c655b3bda4f615ca0216138b20c5ef9b7ef3d4a829ca5

See more details on using hashes here.

File details

Details for the file drf_account-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for drf_account-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f1439c58d9c3b575d775bdb2e838a09fb3e74b57b9009bd9f906ec7216bab5b6
MD5 4a578d5d7732509727730a6fea9c6c1f
BLAKE2b-256 2afc01ac700b0ad7257cc4ac878b2c658784e2b5a8d99967ecf461b52050bd4d

See more details on using hashes here.

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