Skip to content

DIJEXX/djangoProjectAccelingvo-return-from-gitlab

Repository files navigation

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!!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published