Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 458 Bytes

File metadata and controls

34 lines (23 loc) · 458 Bytes

BibTeX Cleaner (Django)

Minimal Django app for the BibTeX cleaner UI.

Requirements

  • Python 3.11

Install dependencies (conda or pip). Example with conda:

conda env create -f environment.yml
conda activate bibtex-clean

Run

python manage.py migrate && python manage.py runserver localhost:8888

Open:

http://<your-ip>:8888

Project layout

  • manage.py
  • bibtex_ui/
  • ui_app/
  • ui/
  • environment.yml