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 details)

Uploaded Source

Built Distribution

drf_account-0.0.2-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: drf_account-0.0.2.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/28.8.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5

File hashes

Hashes for drf_account-0.0.2.tar.gz
Algorithm Hash digest
SHA256 332c63d29e54a64f6236b1c22fa920ea402a83a1f6acdfe4856070194a5e47f8
MD5 92e73d8958064c1dcb1aa142ad0031c5
BLAKE2b-256 3adb454871772712500fbbd70b3f3fc0580300824ec073bfa47e00fc743ea3fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: drf_account-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 9.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/28.8.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5

File hashes

Hashes for drf_account-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 87ce7872d77d358a58f30b06518a9444ef6926bac14e49877666d33f7aecf4ac
MD5 a729e54920451b24a5c8260d863fd5cd
BLAKE2b-256 d057c8ca7b9ecea96924c2b0bb212ec10e2c2f39bf7dc928993503039b1415a3

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