I created this blog app to help me learn django, by making a project, I think it can make me grow faster in learning something And this is the result of 9 days I learned django, umm... maybe more a few hours. Who's care?
- Clone this repo
git clone https://github.com/gibran-abdillah/django-blog-app
- I assume you are already in a virtual environment
- Go to repo directory and install the requirements
cd django-blog-app;pip3 install -r requirements.txt
- set Debug for development mode
export DEBUG=True
- Run Server
python3 manage.py runserver
orgunicorn django_blog.wsgi
any contribution is welcome, do what you have to do!