mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
Apparently, Django is no longer a content management system.
This commit is contained in:
+1
-1
@@ -228,7 +228,7 @@ setup(
|
||||
|
||||
<h3 id=trove-examples>Examples of Good Package Classifiers</h3>
|
||||
|
||||
<p>By way of example, here are the classifiers for <a href=http://pypi.python.org/pypi/Django/>Django</a>, a production-ready, cross-platform, <abbr>BSD</abbr>-licensed content management system that runs on your web server. (Django is not yet compatible with Python 3, so the <code>Programming Language :: Python :: 3</code> classifier is not listed.)
|
||||
<p>By way of example, here are the classifiers for <a href=http://pypi.python.org/pypi/Django/>Django</a>, a production-ready, cross-platform, <abbr>BSD</abbr>-licensed web application framework that runs on your web server. (Django is not yet compatible with Python 3, so the <code>Programming Language :: Python :: 3</code> classifier is not listed.)
|
||||
|
||||
<pre><code>Programming Language :: Python
|
||||
License :: OSI Approved :: BSD License
|
||||
|
||||
Reference in New Issue
Block a user