Syntax Highlighting is a very much useful if you put code on your website. This can be easily achived with django-pygments. over 300 languages are supported. List of supported Languages: http://pygments.org/languages/ django-pygments is the implementation of the pygments syntax highlighter for…
Category: django
How to Change your django Project name
It’s possible to rename a project in django. you just have to replace your existing project name in the following places with the new one. Your django project structure Rename your project directory (ProjectName) and the following inside your project directory.…