Skip to content

SafkatAzad-98/API_authentication

Repository files navigation

Installation

  1. Install Python 3.7.2. or above

  2. cd into conduit-django: cd conduit-django.

  3. Install virtualenv.

  4. Create a new virtualenv called "ENV": virtualenv ENV.

  5. Set the local virtualenv to "ENV": source ENV/bin/activate.

If all went well then your command line prompt should now start with (ENV).

  1. Install the required packages: pip install -r requirements.txt
  2. project should build and run with: python manage.py runserver

If your command line prompt does not start with (Env) at this point, try running source ENV/bin/activate or cd ../conduit-django.

About

API authentication using Django rest Framework(DRF).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages