purnesh201 / images_django_task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Website for images

Written in Python/Django • Python Version 3.8 • Django Version 3.0.4 • MySQL

#Getting Started:

  1. Install Python from https://www.python.org/downloads/
  2. pip install -r requirements.txt

#Database Migration: navigate to the folder containing manage.py and run the following commands in order.

  1. python manage.py migrate
  2. python manage.py runserver

#Test Server: navigate to the folder containing manage.py and run the following command. python manage.py runserver navigate to http://127.0.0.1:8000/ to go to the home page..

About


Languages

Language:Python 41.9%Language:HTML 32.6%Language:CSS 25.5%