Skip to content

Commit a4277a5

Browse files
viewset
1 parent 19bc81d commit a4277a5

File tree

6,564 files changed

+764766
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,564 files changed

+764766
-0
lines changed

viewSets/db.sqlite3

148 KB
Binary file not shown.

viewSets/env/Lib/site-packages/Django-3.2.8.dist-info/AUTHORS

+1,004
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pip
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Copyright (c) Django Software Foundation and individual contributors.
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without modification,
5+
are permitted provided that the following conditions are met:
6+
7+
1. Redistributions of source code must retain the above copyright notice,
8+
this list of conditions and the following disclaimer.
9+
10+
2. Redistributions in binary form must reproduce the above copyright
11+
notice, this list of conditions and the following disclaimer in the
12+
documentation and/or other materials provided with the distribution.
13+
14+
3. Neither the name of Django nor the names of its contributors may be used
15+
to endorse or promote products derived from this software without
16+
specific prior written permission.
17+
18+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
22+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
25+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,265 @@
1+
Django is licensed under the three-clause BSD license; see the file
2+
LICENSE for details.
3+
4+
Django includes code from the Python standard library, which is licensed under
5+
the Python license, a permissive open source license. The copyright and license
6+
is included below for compliance with Python's terms.
7+
8+
----------------------------------------------------------------------
9+
10+
Copyright (c) 2001-present Python Software Foundation; All Rights Reserved
11+
12+
A. HISTORY OF THE SOFTWARE
13+
==========================
14+
15+
Python was created in the early 1990s by Guido van Rossum at Stichting
16+
Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
17+
as a successor of a language called ABC. Guido remains Python's
18+
principal author, although it includes many contributions from others.
19+
20+
In 1995, Guido continued his work on Python at the Corporation for
21+
National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
22+
in Reston, Virginia where he released several versions of the
23+
software.
24+
25+
In May 2000, Guido and the Python core development team moved to
26+
BeOpen.com to form the BeOpen PythonLabs team. In October of the same
27+
year, the PythonLabs team moved to Digital Creations, which became
28+
Zope Corporation. In 2001, the Python Software Foundation (PSF, see
29+
https://www.python.org/psf/) was formed, a non-profit organization
30+
created specifically to own Python-related Intellectual Property.
31+
Zope Corporation was a sponsoring member of the PSF.
32+
33+
All Python releases are Open Source (see http://www.opensource.org for
34+
the Open Source Definition). Historically, most, but not all, Python
35+
releases have also been GPL-compatible; the table below summarizes
36+
the various releases.
37+
38+
Release Derived Year Owner GPL-
39+
from compatible? (1)
40+
41+
0.9.0 thru 1.2 1991-1995 CWI yes
42+
1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
43+
1.6 1.5.2 2000 CNRI no
44+
2.0 1.6 2000 BeOpen.com no
45+
1.6.1 1.6 2001 CNRI yes (2)
46+
2.1 2.0+1.6.1 2001 PSF no
47+
2.0.1 2.0+1.6.1 2001 PSF yes
48+
2.1.1 2.1+2.0.1 2001 PSF yes
49+
2.1.2 2.1.1 2002 PSF yes
50+
2.1.3 2.1.2 2002 PSF yes
51+
2.2 and above 2.1.1 2001-now PSF yes
52+
53+
Footnotes:
54+
55+
(1) GPL-compatible doesn't mean that we're distributing Python under
56+
the GPL. All Python licenses, unlike the GPL, let you distribute
57+
a modified version without making your changes open source. The
58+
GPL-compatible licenses make it possible to combine Python with
59+
other software that is released under the GPL; the others don't.
60+
61+
(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
62+
because its license has a choice of law clause. According to
63+
CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
64+
is "not incompatible" with the GPL.
65+
66+
Thanks to the many outside volunteers who have worked under Guido's
67+
direction to make these releases possible.
68+
69+
70+
B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
71+
===============================================================
72+
73+
PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
74+
--------------------------------------------
75+
76+
1. This LICENSE AGREEMENT is between the Python Software Foundation
77+
("PSF"), and the Individual or Organization ("Licensee") accessing and
78+
otherwise using this software ("Python") in source or binary form and
79+
its associated documentation.
80+
81+
2. Subject to the terms and conditions of this License Agreement, PSF hereby
82+
grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
83+
analyze, test, perform and/or display publicly, prepare derivative works,
84+
distribute, and otherwise use Python alone or in any derivative version,
85+
provided, however, that PSF's License Agreement and PSF's notice of copyright,
86+
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
87+
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software Foundation;
88+
All Rights Reserved" are retained in Python alone or in any derivative version
89+
prepared by Licensee.
90+
91+
3. In the event Licensee prepares a derivative work that is based on
92+
or incorporates Python or any part thereof, and wants to make
93+
the derivative work available to others as provided herein, then
94+
Licensee hereby agrees to include in any such work a brief summary of
95+
the changes made to Python.
96+
97+
4. PSF is making Python available to Licensee on an "AS IS"
98+
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
99+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
100+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
101+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
102+
INFRINGE ANY THIRD PARTY RIGHTS.
103+
104+
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
105+
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
106+
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
107+
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
108+
109+
6. This License Agreement will automatically terminate upon a material
110+
breach of its terms and conditions.
111+
112+
7. Nothing in this License Agreement shall be deemed to create any
113+
relationship of agency, partnership, or joint venture between PSF and
114+
Licensee. This License Agreement does not grant permission to use PSF
115+
trademarks or trade name in a trademark sense to endorse or promote
116+
products or services of Licensee, or any third party.
117+
118+
8. By copying, installing or otherwise using Python, Licensee
119+
agrees to be bound by the terms and conditions of this License
120+
Agreement.
121+
122+
123+
BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
124+
-------------------------------------------
125+
126+
BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
127+
128+
1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
129+
office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
130+
Individual or Organization ("Licensee") accessing and otherwise using
131+
this software in source or binary form and its associated
132+
documentation ("the Software").
133+
134+
2. Subject to the terms and conditions of this BeOpen Python License
135+
Agreement, BeOpen hereby grants Licensee a non-exclusive,
136+
royalty-free, world-wide license to reproduce, analyze, test, perform
137+
and/or display publicly, prepare derivative works, distribute, and
138+
otherwise use the Software alone or in any derivative version,
139+
provided, however, that the BeOpen Python License is retained in the
140+
Software, alone or in any derivative version prepared by Licensee.
141+
142+
3. BeOpen is making the Software available to Licensee on an "AS IS"
143+
basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
144+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
145+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
146+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
147+
INFRINGE ANY THIRD PARTY RIGHTS.
148+
149+
4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
150+
SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
151+
AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
152+
DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
153+
154+
5. This License Agreement will automatically terminate upon a material
155+
breach of its terms and conditions.
156+
157+
6. This License Agreement shall be governed by and interpreted in all
158+
respects by the law of the State of California, excluding conflict of
159+
law provisions. Nothing in this License Agreement shall be deemed to
160+
create any relationship of agency, partnership, or joint venture
161+
between BeOpen and Licensee. This License Agreement does not grant
162+
permission to use BeOpen trademarks or trade names in a trademark
163+
sense to endorse or promote products or services of Licensee, or any
164+
third party. As an exception, the "BeOpen Python" logos available at
165+
http://www.pythonlabs.com/logos.html may be used according to the
166+
permissions granted on that web page.
167+
168+
7. By copying, installing or otherwise using the software, Licensee
169+
agrees to be bound by the terms and conditions of this License
170+
Agreement.
171+
172+
173+
CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
174+
---------------------------------------
175+
176+
1. This LICENSE AGREEMENT is between the Corporation for National
177+
Research Initiatives, having an office at 1895 Preston White Drive,
178+
Reston, VA 20191 ("CNRI"), and the Individual or Organization
179+
("Licensee") accessing and otherwise using Python 1.6.1 software in
180+
source or binary form and its associated documentation.
181+
182+
2. Subject to the terms and conditions of this License Agreement, CNRI
183+
hereby grants Licensee a nonexclusive, royalty-free, world-wide
184+
license to reproduce, analyze, test, perform and/or display publicly,
185+
prepare derivative works, distribute, and otherwise use Python 1.6.1
186+
alone or in any derivative version, provided, however, that CNRI's
187+
License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
188+
1995-2001 Corporation for National Research Initiatives; All Rights
189+
Reserved" are retained in Python 1.6.1 alone or in any derivative
190+
version prepared by Licensee. Alternately, in lieu of CNRI's License
191+
Agreement, Licensee may substitute the following text (omitting the
192+
quotes): "Python 1.6.1 is made available subject to the terms and
193+
conditions in CNRI's License Agreement. This Agreement together with
194+
Python 1.6.1 may be located on the Internet using the following
195+
unique, persistent identifier (known as a handle): 1895.22/1013. This
196+
Agreement may also be obtained from a proxy server on the Internet
197+
using the following URL: http://hdl.handle.net/1895.22/1013".
198+
199+
3. In the event Licensee prepares a derivative work that is based on
200+
or incorporates Python 1.6.1 or any part thereof, and wants to make
201+
the derivative work available to others as provided herein, then
202+
Licensee hereby agrees to include in any such work a brief summary of
203+
the changes made to Python 1.6.1.
204+
205+
4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
206+
basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
207+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
208+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
209+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
210+
INFRINGE ANY THIRD PARTY RIGHTS.
211+
212+
5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
213+
1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
214+
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
215+
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
216+
217+
6. This License Agreement will automatically terminate upon a material
218+
breach of its terms and conditions.
219+
220+
7. This License Agreement shall be governed by the federal
221+
intellectual property law of the United States, including without
222+
limitation the federal copyright law, and, to the extent such
223+
U.S. federal law does not apply, by the law of the Commonwealth of
224+
Virginia, excluding Virginia's conflict of law provisions.
225+
Notwithstanding the foregoing, with regard to derivative works based
226+
on Python 1.6.1 that incorporate non-separable material that was
227+
previously distributed under the GNU General Public License (GPL), the
228+
law of the Commonwealth of Virginia shall govern this License
229+
Agreement only as to issues arising under or with respect to
230+
Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
231+
License Agreement shall be deemed to create any relationship of
232+
agency, partnership, or joint venture between CNRI and Licensee. This
233+
License Agreement does not grant permission to use CNRI trademarks or
234+
trade name in a trademark sense to endorse or promote products or
235+
services of Licensee, or any third party.
236+
237+
8. By clicking on the "ACCEPT" button where indicated, or by copying,
238+
installing or otherwise using Python 1.6.1, Licensee agrees to be
239+
bound by the terms and conditions of this License Agreement.
240+
241+
ACCEPT
242+
243+
244+
CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
245+
--------------------------------------------------
246+
247+
Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
248+
The Netherlands. All rights reserved.
249+
250+
Permission to use, copy, modify, and distribute this software and its
251+
documentation for any purpose and without fee is hereby granted,
252+
provided that the above copyright notice appear in all copies and that
253+
both that copyright notice and this permission notice appear in
254+
supporting documentation, and that the name of Stichting Mathematisch
255+
Centrum or CWI not be used in advertising or publicity pertaining to
256+
distribution of the software without specific, written prior
257+
permission.
258+
259+
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
260+
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
261+
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
262+
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
263+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
264+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
265+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
Metadata-Version: 2.1
2+
Name: Django
3+
Version: 3.2.8
4+
Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
5+
Home-page: https://www.djangoproject.com/
6+
Author: Django Software Foundation
7+
Author-email: [email protected]
8+
License: BSD-3-Clause
9+
Project-URL: Documentation, https://docs.djangoproject.com/
10+
Project-URL: Release notes, https://docs.djangoproject.com/en/stable/releases/
11+
Project-URL: Funding, https://www.djangoproject.com/fundraising/
12+
Project-URL: Source, https://github.com/django/django
13+
Project-URL: Tracker, https://code.djangoproject.com/
14+
Platform: UNKNOWN
15+
Classifier: Development Status :: 5 - Production/Stable
16+
Classifier: Environment :: Web Environment
17+
Classifier: Framework :: Django
18+
Classifier: Intended Audience :: Developers
19+
Classifier: License :: OSI Approved :: BSD License
20+
Classifier: Operating System :: OS Independent
21+
Classifier: Programming Language :: Python
22+
Classifier: Programming Language :: Python :: 3
23+
Classifier: Programming Language :: Python :: 3 :: Only
24+
Classifier: Programming Language :: Python :: 3.6
25+
Classifier: Programming Language :: Python :: 3.7
26+
Classifier: Programming Language :: Python :: 3.8
27+
Classifier: Programming Language :: Python :: 3.9
28+
Classifier: Topic :: Internet :: WWW/HTTP
29+
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
30+
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
31+
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
32+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
33+
Requires-Python: >=3.6
34+
Requires-Dist: asgiref (<4,>=3.3.2)
35+
Requires-Dist: pytz
36+
Requires-Dist: sqlparse (>=0.2.2)
37+
Provides-Extra: argon2
38+
Requires-Dist: argon2-cffi (>=19.1.0) ; extra == 'argon2'
39+
Provides-Extra: bcrypt
40+
Requires-Dist: bcrypt ; extra == 'bcrypt'
41+
42+
======
43+
Django
44+
======
45+
46+
Django is a high-level Python Web framework that encourages rapid development
47+
and clean, pragmatic design. Thanks for checking it out.
48+
49+
All documentation is in the "``docs``" directory and online at
50+
https://docs.djangoproject.com/en/stable/. If you're just getting started,
51+
here's how we recommend you read the docs:
52+
53+
* First, read ``docs/intro/install.txt`` for instructions on installing Django.
54+
55+
* Next, work through the tutorials in order (``docs/intro/tutorial01.txt``,
56+
``docs/intro/tutorial02.txt``, etc.).
57+
58+
* If you want to set up an actual deployment server, read
59+
``docs/howto/deployment/index.txt`` for instructions.
60+
61+
* You'll probably want to read through the topical guides (in ``docs/topics``)
62+
next; from there you can jump to the HOWTOs (in ``docs/howto``) for specific
63+
problems, and check out the reference (``docs/ref``) for gory details.
64+
65+
* See ``docs/README`` for instructions on building an HTML version of the docs.
66+
67+
Docs are updated rigorously. If you find any problems in the docs, or think
68+
they should be clarified in any way, please take 30 seconds to fill out a
69+
ticket here: https://code.djangoproject.com/newticket
70+
71+
To get more help:
72+
73+
* Join the ``#django`` channel on ``irc.libera.chat``. Lots of helpful people
74+
hang out there. See https://web.libera.chat if you're new to IRC.
75+
76+
* Join the django-users mailing list, or read the archives, at
77+
https://groups.google.com/group/django-users.
78+
79+
To contribute to Django:
80+
81+
* Check out https://docs.djangoproject.com/en/dev/internals/contributing/ for
82+
information about getting involved.
83+
84+
To run Django's test suite:
85+
86+
* Follow the instructions in the "Unit tests" section of
87+
``docs/internals/contributing/writing-code/unit-tests.txt``, published online at
88+
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#running-the-unit-tests
89+
90+
Supporting the Development of Django
91+
====================================
92+
93+
Django's development depends on your contributions.
94+
95+
If you depend on Django, remember to support the Django Software Foundation: https://www.djangoproject.com/fundraising/
96+
97+

0 commit comments

Comments
 (0)