/Django-Projects-for-beginners

Open source contribution repository for beginner django backend developer.

Primary LanguageJavaScriptMIT LicenseMIT

Beginner level django projects

Django Python versions

Introduction

Django-Projects-for-beginners is a contribution library that will help to beginner developers who want to start with Django.

If you are beginner you can check out these projects and can contribute your projects you have done.

What to do ?

  • Create a Django project(Beginner level).
  • Add the project folder in this repo.
  • Don't Forget to add a requirements.txt file in it.
  • Don't use any other framework rather than django.

Steps to Contribute in repository:

  • Fork this repo (button on top).
  • Clone on your local machine.

git clone https://github.com/ianshulx/Django-Projects-for-beginners

  • Navigate to project directory.

cd Django-Projects-for-beginners

  • Create a new Branch.

git checkout -b my-new-branch

  • Add your contribution.

git add .

  • Commit your changes.

git commit -m "Relevant message"

  • Then push

git push origin my-new-branch

  • Create a new pull request from your forked repository, and you are DONE!.