/instaspot

Static site i made for a small business called Instaspot using django.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

instaspot

Static site i made for a small business called Instaspot using django.

image

Run Locally

First, clone the repo.

git clone https://github.com/i701/instaspot.git

Install the requirements.

pip install -r requirements.txt

Run the development server.

python manage.py runserver

Open http://localhost:8000 with your browser to see the result.