first comit

This commit is contained in:
2024-02-23 10:30:02 +00:00
commit ddeb07d0ba
12482 changed files with 1857507 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
Metadata-Version: 2.1
Name: django-gravatar
Version: 0.1.0
Summary: Gravatar Support in a Django Reusable Application
Home-page: http://django-gravatar.googlecode.com
Author: James Tauber
Author-email: jtauber@jtauber.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
UNKNOWN

View File

@@ -0,0 +1,12 @@
README.txt
setup.py
django_gravatar.egg-info/PKG-INFO
django_gravatar.egg-info/SOURCES.txt
django_gravatar.egg-info/dependency_links.txt
django_gravatar.egg-info/top_level.txt
gravatar/__init__.py
gravatar/models.py
gravatar/views.py
gravatar/templatetags/__init__.py
gravatar/templatetags/gravatar.py
gravatar/templatetags/gravatar_tags.py

View File

@@ -0,0 +1,16 @@
../gravatar/__init__.py
../gravatar/__pycache__/__init__.cpython-310.pyc
../gravatar/__pycache__/models.cpython-310.pyc
../gravatar/__pycache__/views.cpython-310.pyc
../gravatar/models.py
../gravatar/templatetags/__init__.py
../gravatar/templatetags/__pycache__/__init__.cpython-310.pyc
../gravatar/templatetags/__pycache__/gravatar.cpython-310.pyc
../gravatar/templatetags/__pycache__/gravatar_tags.cpython-310.pyc
../gravatar/templatetags/gravatar.py
../gravatar/templatetags/gravatar_tags.py
../gravatar/views.py
PKG-INFO
SOURCES.txt
dependency_links.txt
top_level.txt