/Django_Boy

All basic to advanced concepts of Django and Django-rest-framework also some 3rd party package and plugins with example.

Primary LanguagePython

Want To Learn Django

Here Are Some Important Channels on Youtube(Search channel name on Youtube)

  • CodeWithHarry
  • geekyshows
  • PyPlane
  • CodingForEnterprenours
  • JustDjango

Here Are Some Important Website(Search website on Google)

Django Advance Topics

Django With Ajax

Watch Video Here

Django Cache

Watch Video Here

Django Cookies

Watch Video Here

Django low level cache

Watch Video Here

Django Signals

Watch Video Here

Getting Started with Django

The clean, fast and right way to start a new Django3.0.7 powered website.

Getting Started with Project

Setup project environment with virtualenv and pip.

$ python3 -m venv project-env
$ source project-env/bin/activate
$ pip install -r requirements.txt

# You may want to change the name `projectname`.
$ django-admin startproject --template https://github.com/GK-SVG/repo-name/archive/master.zip projectname

$ cd projectname/
$ python manage.py migrate
$ python manage.py runserver

Features

  • Basic Django scaffolding (commands, templatetags, statics, media files, etc).

  • Simple logging setup ready for production envs.

Contributing

I love contributions, so please feel free to fix bugs, improve things, provide documentation. Just send a pull request.