Skip to content

Tariq628/Article4u

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Article4u

Most of the Django concepts that i learned, All the concepts have been used in this blog.

More About Article4u

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

Contribute

You can feel free to contribute in Article4u, Make pull request i will definitely merge it.

Getting Started with Django project

This blog was made with Django Project

Available scripts

Clone repo

Clone the repository in your specific directory by terminal git clone https://github.com/Tariq628/Article4u

Virtual Environment

Open editor where manage.py exist, make virtual env by terminal.

virtualenv myprojectenv

Activate your virtual environment

.\myprojectenv\Scripts\activate

Install packages

pip install -r requirements.txt

Don't forget to apply migrations

python manage.py makemigrations

python manage.py migrate