Skip to content

Atanu484/dj4e-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

508 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DJ4E Samples

This is a set of projects that provide free sample code to support the www.dj4e.com web site. These samples can be used for Django 5.2 or Django 4.2. Each is on a branch that you should checkout. Here are the instructions for the Django versions:

  • Django 5.2 README.md (supported through 1Q28)

    git clone https://github.com/csev/dj4e-samples.git
    git checkout django52
    
  • Django 4.2 README.md (supported through 1Q26)

    git clone https://github.com/csev/dj4e-samples.git
    git checkout django42
    
  • Django 4.0 README.md (Unsuported since August 3, 2022)

    git clone https://github.com/csev/dj4e-samples.git
    git checkout django40
    

The main branch is deprecated to allow for the support of multiple Django versions simulataneously. Django has a very agressive deprecation process and timeline so the www.dj4e.com course must support more than one Django version simulataneously.

http://samples.dj4e.com

About

Django For Everybody Sample Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 66.9%
  • HTML 32.4%
  • Other 0.7%