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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

drf_contact-0.0.1-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for drf_contact-0.0.1.tar.gz
Algorithm Hash digest
SHA256 3ca72b3dcfd33200b2f00f8a9556588fc0d9dd8daff63e6808a93e62684b99ef
MD5 b3f6ddccf41d5aa3a258e9a5c9756179
BLAKE2b-256 86614ecc668f5a744512ea71f60e99ede11745d3829693eb65063e367541b8a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for drf_contact-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7d409543e9d99e349e8ddd4f1e6dc81992b4aa6ff9fd0478acc4bf84ccd16965
MD5 2a11b3f5a927616116a4762027e822f1
BLAKE2b-256 556fc6c5b2dfbba9fe90aee2e067435f5c6e934b6bc63d2954b85990809a0837

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page