Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 421 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 421 Bytes

Project: NoQ

Descrption: This is a SAAS application which allows user to order food from the nearby hawker center shops based on their location and preference It is developed using Django framework.

Dependencies

  1. Bootstrap3- pip3 install django-bootstrap3
  2. Crispy Forms- pip3 install --upgrade django-crispy-forms

Usage:

please run migrations by using following command:

  1. makemigration main
  2. migrate