Go to Blogsite here.!
- Clone my repo using
git clone https://github.com/raziqali0306/Blogsite.git - Install dependencies using cmd
pip install -r /path/to/requirements.txt - In cmd run,
py manage.py makemigrationsandpy manage.py migrateto migrate all migrations - To start server run,
py manage.py runserver
Note : open cmd and set path where manage.py is present in your computer form step-2
To contribute to urlShortner, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>. - Make your changes and commit them:
git commit -m '<commit_message>' - Push to the original branch:
git push origin <project_name>/<location> - Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.