Skip to content

adityavshinde/task_04

 
 

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.
  3. Clone the repository you just forked.
  4. Install the packages from the requirements file.
  5. Create a model called Restaurant with the following fields:
    • name
    • description
    • opening_time
    • closing_time
  6. Register the model into your admin site.
  7. Create some objects.
  8. Check the above steps again.
  9. Pass the tests.
  10. Push the Code.

About

Django Task 04

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.2%
  • HTML 8.8%