kmanga
kmanga copied to clipboard
how can i build and deploy this project?
Its a Django project so to run the server you can do
directory {repo}/kmanga/
python manage.py runserver
you do need to install dependencies before you can do it so
directory {repo}
pip install -r requirements.txt
I managed to get it running but since this wasn't been updated in years there are a lot of weird bugs, I'm trying to fix them.
I managed to get it running but since this wasn't been updated in years there are a lot of weird bugs
Right. The first task should be to port it to Django 4.X
can I make a small PR to readme on running this project?
can I make a small PR to readme on running this project?
Sure. Code also.
Did you had any success making this work?