kmanga icon indicating copy to clipboard operation
kmanga copied to clipboard

how can i build and deploy this project?

Open kiennd opened this issue 4 years ago • 5 comments

kiennd avatar Dec 21 '19 06:12 kiennd

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.

itspacchu avatar Apr 29 '22 05:04 itspacchu

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

aplanas avatar Apr 29 '22 05:04 aplanas

can I make a small PR to readme on running this project?

itspacchu avatar Apr 30 '22 09:04 itspacchu

can I make a small PR to readme on running this project?

Sure. Code also.

aplanas avatar Apr 30 '22 10:04 aplanas

Did you had any success making this work?

alanrey00 avatar Sep 05 '23 22:09 alanrey00