8000 GitHub - ingthaar/task_06: Django Task 06
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ingthaar/task_06

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Setup a virtual environment.
  2. Fork the repository and Clone it.
  3. Install the packages from the requirements file.
  4. Create a form for creating Restaurant objects.
    • Your form should be in a forms.py file.
    • Your form should be called RestaurantForm.
    • Your form should include all of the fields.
  5. Complete the restaurant_create view so that it can be used to allow users to create Restaurant objects.
  6. After successfully creating an object the user should be redirected to another page.
  7. Complete the HTML file provided, so that the user input can be taken and handled properly.
  8. The URL has been written for you so you don't need to create one.
  9. Pass the tests.
  10. Push your code.

About

Django Task 06

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.4%
  • HTML 10.1%
  • CSS 0.5%
0