/django-freecodecamp

Django project made by following the YouTube tutorial by freecodecamp.

Primary LanguagePython

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