Skip to main content

Un package Django simple qui affiche une page HTML

Project description

web_show

web_show est un package Django simple qui permet d’ajouter rapidement une page web dans votre projet.
La page générée ne contient aucun style CSS intégré, ce qui vous permet de la personnaliser vous-même avec Tailwind CSS ou tout autre framework.


🚀 Installation

pip install web-show

🚀 Utilisation

⚙️  Intégration  dans  un  projet  Django
  1. Ajouter l'app dans INSTALLED_APPS

    Dans votre fichier settings.py, ajoutez :
    

    INSTALLED_APPS = [

    ...

    'web_show',

    ]

  2. Ajouter les URLs dans urls.py

    Dans le fichier urls.py de votre projet principal :
    

    urlpatterns = [

    path('webshow/', include('web_show.urls')),

    ]

    ▶️ Lancement
    

    Lancez le serveur Django :

    python manage.py runserver

    Puis visitez : http://127.0.0.1:8000/web/

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

web_show-0.1.3.tar.gz (5.8 kB view details)

Uploaded Source

Built Distribution

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

web_show-0.1.3-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

Details for the file web_show-0.1.3.tar.gz.

File metadata

  • Download URL: web_show-0.1.3.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for web_show-0.1.3.tar.gz
Algorithm Hash digest
SHA256 06cabede9187947699f31a1627894dedf371e2cd99b81a9b6cccfa11d938f407
MD5 63e91669d0ef9972d78f90637fd61721
BLAKE2b-256 689e991749594e5e0871a06f967209d5fc60779e0f0712c229b91c929a60559c

See more details on using hashes here.

File details

Details for the file web_show-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: web_show-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 5.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for web_show-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 8e2972095fe2b51c5a4ac34cba039381feefe748550609120907d7068afd4539
MD5 e3499792358d778585bc19a344e9e9f3
BLAKE2b-256 4cb3c1c3bf7e1084e3bac8ab9d5b1ca7c7aa5c70749a1a0aca92d22a648f4dcb

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