2025-05-06 11:36:05 +02:00
2025-05-06 11:36:05 +02:00
2025-05-06 11:28:28 +02:00
2025-04-18 09:16:30 +02:00

OCR / DA Python - Project9

LITReview

Build a website (frontend/backend) using Django

Introduction

These instructions allow you to :

  • get the program
  • install the required environment
  • run and use it

Requirements

  1. modules
packages : python 3.11, python3.11-venv, python3-pip, git

Installation

  1. Create the virtual environment
python3.11 -m venv env
source env/bin/activate
  1. clone this repo

  2. install environment

pip install -r requirements.txt

Execution

cd LITReview
python manage.py runserver

Use

Browse to http://127.0.0.1:8000

Author

YaL yann@needsome.coffee

License

MIT License
Copyright (c) 2025

Description
Website using Django
Readme 1,022 KiB
Languages
HTML 79%
Python 17.1%
CSS 3.9%