Coder Social home page Coder Social logo

py-taxi-service-authentication's Introduction

Taxi service authentication

  • Read the guideline before start
  • Use the following command to load prepared data from fixture to test and debug your code: python manage.py loaddata taxi_service_db_data.json.
  • After loading data from fixture you can use following superuser (or create another one by yourself):
    • Login: admin.user
    • Password: 1qazcde3
  • Make sure that you change the settings for html-files.

Feel free to add more data using admin panel, if needed.

In this task, you will implement a visit counter, login/logout functionality, and make your site available only authenticated users.

  1. Implement a visit counter on the home screen (use the num_visits variable name). It should show how many times a user visited the home page before.

  2. Create login/logout screens. Provide authentication to your project using built-in Django authentication.

  3. Display the username on the top of the sidebar and login/logout button depending on if the user is authenticated. If the driver clicks on username - the corresponding Driver detail page must open.

  4. Protect all your views from unauthenticated users.

  5. In Driver's list view add (Me), if this is a current user:

Example:

- Admin User (Me)
- Joyce Byers
- Jim Hopper

NOTE: Attach screenshots of all created or modified pages to pull request. It's important to attach images not links to them. See example:

image

py-taxi-service-authentication's People

Contributors

dmytrosvirsa avatar ivanramyk avatar nattalli avatar abnormaltype avatar tpolina avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.