Skip to content
forked from django/django

The Web framework for perfectionists with deadlines. Now on GitHub.

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
LICENSE.python
Notifications You must be signed in to change notification settings

koordinates/django

 
 

kx fork of django

to release:

  • clean up: git clean -fdx
  • make sure you're using a modern venv: python3 -m venv v ; . v/bin/activate ; pip install wheel
  • Run git show -s --pretty=format:"%cd" --date=format:%Y%m%d%H%M%S
  • Update the VERSION in django/__init__.py to match (but don't check it in!):
-VERSION = (3, 2, 7, 'alpha', 0)
+VERSION = (3, 2, 7, 'dev', 20210817160531)
  • package: make -f extras/Makefile
  • upload: devpi upload dist/Django-{VERSION}*

About

The Web framework for perfectionists with deadlines. Now on GitHub.

Resources

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
LICENSE.python

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.0%
  • HTML 1.5%
  • JavaScript 0.9%
  • CSS 0.6%
  • Shell 0.0%
  • Smarty 0.0%