Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 952 Bytes

File metadata and controls

61 lines (34 loc) · 952 Bytes

Django Site for Learning language

Django Site for Learning language

An open source online portal.

Used Tech Stack

  1. Django
  2. Sqlite

Screenshots

First page

Register

Login page

Main page

Local environment

Install

  1. Create a virtual environment

    python -m venv .venv

  2. Activate it

    source .venv/bin/activate

Windows: .venv/Scripts/activate

  1. Clone the repository and install the packages in the virtual env:

    pip install -r requirements.txt

Run

  1. Create initial database:

    python manage.py migrate

  2. Run server:

    python manage.py runserver localhost:8000

Show your support by 🌟 the project!!