Skip to content

poiley/syllaborem

Repository files navigation

📖 Syllaborem

Django CI

Syllaborem is a Django web app who's goal is to turn your Syllabus into something more pleasant.

📥 Installation

Use the package manager pip to install dependencies.

pip install -r requirements.txt

🛠️ Usage

Running the Web Server

python manage.py runserver

Compiling (?)

python manage.py makemigrations user 

Reading PDF files:

from apps import reader

r = reader.core.Reader()

print(r.read_file('Syllabus.pdf'))

✏️ Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

📌 License

The Unlicence

Releases

No releases published

Packages

No packages published

Languages