Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can i build and deploy this project? #20

Open
kiennd opened this issue Dec 21, 2019 · 5 comments
Open

how can i build and deploy this project? #20

kiennd opened this issue Dec 21, 2019 · 5 comments

Comments

@kiennd
Copy link

kiennd commented Dec 21, 2019

No description provided.

@itspacchu
Copy link

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.

@aplanas
Copy link
Owner

aplanas commented Apr 29, 2022

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

@itspacchu
Copy link

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

@aplanas
Copy link
Owner

aplanas commented Apr 30, 2022

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

Sure. Code also.

@alanrey00
Copy link

alanrey00 commented Sep 5, 2023

Did you had any success making this work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants