- Setup a virtual environment.
- Fork the repository and Clone it.
- Install the packages from the requirements file.
- 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.
- Your form should be in a
- Complete the
restaurant_create
view so that it can be used to allow users to createRestaurant
objects. - After successfully creating an object the user should be redirected to another page.
- Complete the HTML file provided, so that the user input can be taken and handled properly.
- The URL has been written for you so you don't need to create one.
- Pass the tests.
- Push your code.
forked from wardahmad/task_06
-
Notifications
You must be signed in to change notification settings - Fork 0
ingthaar/task_06
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Django Task 06
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 89.4%
- HTML 10.1%
- CSS 0.5%