Django-Projects-for-beginners icon indicating copy to clipboard operation
Django-Projects-for-beginners copied to clipboard

Open source Django Project repository for beginners. @Hacktoberfest @Django

============================================== Beginner level django projects

|Django| |PyVersion|


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!.

.. |PyVersion| image:: https://img.shields.io/pypi/pyversions/djangocms-installer.svg?style=flat-square :target: https://pypi.python.org/pypi/djangocms-installer :alt: Python versions

.. |Django| image:: https://img.shields.io/badge/Python-Django-green :target: https://www.djangoproject.com/ :alt: Django