Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 477 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 477 Bytes

this is my prototype journal system webdev project uwu

djournal

This project is an open source scholarly journal management and presentation system written in python. This uses the django > mysql > vue stack to keep it simple and in as little boilerplate as possible.

Submissions App

The submissions app handles submitting to the journal, writing the file to the server filesystem, and then creating a new record in the submissions table in the mysql database.