ayushman-roy / django-freecodecamp

Django project made by following the YouTube tutorial by freecodecamp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django - FreeCodeCamp

Django project made by following the YouTube tutorial by freecodecamp (https://youtu.be/F5mRW0jo-U4).
A total of 3 apps were made inside this project, namely - blog, journal and products.
Please delete SQLLite3 database for personalized use.
This is just a simple web application made with Django as the backend technology. For tutorial purposes only.

Dependencies

  • Python - v3.0 or above
  • Django - v3.2.4

Usage

To access the project, first activate the Virtual Environment and install Django using the command line in the base directory.

scripts\activate
Activates Virtual Environment

python -m pip install Django
Installs Django in your Virtual Environment

To access the Admin Console :

  • Username - user
  • Password - superlad123

About

Django project made by following the YouTube tutorial by freecodecamp.


Languages

Language:Python 97.3%Language:HTML 1.0%Language:JavaScript 0.9%Language:CSS 0.7%Language:Shell 0.0%Language:PowerShell 0.0%Language:Batchfile 0.0%Language:Xonsh 0.0%