Most of the Django concepts that i learned, All the concepts have been used in this blog.
Article4u is a mixture of all famous blogs like: medium, HubSpot, Unspalsh I tried to cover all the features of popular blogs in Article4u, Blog contains beautiful code editor Summernote, it maintains user's HTML perfectly
You can feel free to contribute in Article4u, Make pull request i will definitely merge it.
This blog was made with Django Project
Clone the repository in your specific directory by terminal git clone https://github.com/Tariq628/Article4u
Open editor where manage.py exist, make virtual env by terminal.
virtualenv myprojectenv
.\myprojectenv\Scripts\activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate