Coder Social home page Coder Social logo

py-taxi-service-forms's Introduction

Taxi service forms

Read the guideline before starting.

  • Make sure that you change the settings for html-files.
  • 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

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

In this task, you will implement a custom form and django built-in forms to create, update or delete content from the site.

  1. Implement:
    • Create, Update, Delete views for Car,
    • Create, Update, Delete views for Manufacturer.
  2. On the car list page add button that leads to the car creation page. On the car detail page add buttons that lead to the car update page and car deletion page.
  3. On the manufacturer list page, add the button that leads to the manufacturer creation page. Also, add columns Update, Delete, and add links for the updating page and deletion page for each manufacturer.
  4. Use crispy forms in your forms to make website more beautiful.

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

Note: Check your code using this checklist before pushing your solution.

Note

Follow these steps if you need to use crispy_forms v2.0 with Python 3.11:

  1. Add CRISPY_TEMPLATE_PACK to settings.py.
CRISPY_TEMPLATE_PACK="bootstrap4"
  1. Add these apps to INSTALLED_APPS and install them corresponding to the CRISPY_TEMPLATE_PACK bootstrap version.
INSTALLED APPS = [
   ...,
   "crispy_bootstrap4",
   "crispy_forms",
]

py-taxi-service-forms's People

Contributors

abnormaltype avatar danylott avatar dmytrosvirsa avatar masterpieceelbow avatar nattalli avatar tpolina avatar y-havryliv 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.