manjurulhoque / django-job-portal

Job portal application using Django
MIT License
541 stars 242 forks source link

Dockerize and use mysql #33

Open palashkulsh opened 3 years ago

palashkulsh commented 3 years ago

created docker-compose and dockerfile for the project run by docker-compose build docker-compose up

manjurulhoque commented 3 years ago

Thanks for your great effort. But if any user doesn't use docker, how can they run the project?

palashkulsh commented 3 years ago

valid point, is there any way to override a config in job/settings.py and let default config stay in original settings.py? I am new to django landscape