Skip to main content

Contact APP for Django REST Framework with API Views.

Project description

Django REST Framework Contact

Contact App for Django REST Framework with API Views.

Django REST Framework - Contact is a Django App for creating user contacts. It's view are based upon Django REST Framework's GenericAPIView and hence it contains a RESTful API views also.

I'll like to mention following names for certain contributions:

Installation

  • Download and Install via pip
pip install drf_contact

or
Download and Install via easy_install

easy_install drf_contact
  • Add drf_contact in INSTALLED_APPS
INSTALLED_APPS = [
    ...
    'drf_contact',
    ...
]
  • Include urls of drf_contact in urls.py
urlpatterns = [
    ...
    path('api/contact/', include('drf_contact.urls')),
    ...
]

# or

urlpatterns = [
    ...
    url(r'^api/contact/', include('drf_contact.urls')),
    ...
]
  • Finally, run migrate command
python manage.py migrate drf_contact

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_contact-0.0.2.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

drf_contact-0.0.2-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for drf_contact-0.0.2.tar.gz
Algorithm Hash digest
SHA256 5dc949318f9251d6c808be6b1b175b9a99b46a54d50190d567db7f5f95040693
MD5 fd334ad4f0e269592a27332786e1ba57
BLAKE2b-256 76f966aae3d3aa96b378fad5d60de9b6cdb328f82f75a8f08e392241e44ac91a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for drf_contact-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d2f11e7967416c413c2b9864c03e8ca3d09c61a4ad6e83a276cba45d08d33933
MD5 5f8fce170c7558ae7b74c1cd19923cc8
BLAKE2b-256 4410a539bd894cb4c46cac9169da3a63e267980daece109ffe16291e6b8fc060

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