Skip to main content

Une app Django réutilisable ultra simple

Project description

melodie-django-basic-app

Une app Django toute simple, réutilisable .

Installation

Utilisation

Ajoute 'melodie-django-basic-app' dans INSTALLED_APPS.

Inclure ses URLs dans ton projet principal :

# urls.py
from django.urls import include, path

urlpatterns = [
    path('demo/', include('melodie-django-basic-app.urls')),
]

---
###  `setup.py`
```python
from setuptools import setup, find_packages

setup(
    name='melodie-django-basic-app',
    version='0.1.0',
    packages=find_packages(),
    include_package_data=True,
    license='MIT',
    description='Une app Django réutilisable ultra simple',
    long_description=open('README.md', encoding='utf-8').read(),
    long_description_content_type='text/markdown',
    author='Mélodie',
    author_email='akamelodie74@gmail.com',
    url='https://gitlab.com/melodie/melodie-django-basic-app', 
    classifiers=[
        'Environment :: Web Environment',
        'Framework :: Django',
        'Intended Audience :: Developers',
        'License :: OSI Approved :: MIT License',
        'Programming Language :: Python :: 3',
        'Framework :: Django :: 4.2',  # adapter selon ta cible
    ],
    install_requires=[
        'Django>=4.2',
    ],
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

melodie_django_basic_app-0.2.0.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

melodie_django_basic_app-0.2.0-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

Details for the file melodie_django_basic_app-0.2.0.tar.gz.

File metadata

  • Download URL: melodie_django_basic_app-0.2.0.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for melodie_django_basic_app-0.2.0.tar.gz
Algorithm Hash digest
SHA256 33d8220a52ae229655c1b2093b0d1c05c3b881c67bccdbb46dfd28ba233e2ea1
MD5 124cf37ff37e225613e8985e5352e905
BLAKE2b-256 b679fdb994cd49b287d9df77a10483d543ba9322eadfddf63786d2b89114092a

See more details on using hashes here.

File details

Details for the file melodie_django_basic_app-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for melodie_django_basic_app-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5c51daa4443df54ff5fc20afaec2145c042c7ab3cd10b8ca2b5f82c59ad01c6e
MD5 59ac29031dfd469a42350a71e4f8951e
BLAKE2b-256 295a48a44b1ce67da9a2fedb9f04906690520bb0df13782e311a057f13c814eb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page