here are some books and tutorials that can help you:
Books:
- Django 4 by Example . Antonio Mele
- Web development with Django
Tutorials:
Python Django 7 hours courses
Le mar. 27 juin 2023 à 15:05, lewis machilika a
écrit :
>
> Did you already tried the Django official documentation?
>
> Regar
J'ai deux projets sur un même ordinateur.
Quand j'essaye de me connecter sur l'interface d'administration du 2 ème
mon navigateur me dirige vers l'interface d'administration du 1 er projet.
Comment remédier a cela?
MERCI POUR VOTRE AIDE.
--
You received this message because you are subscri
ValueError at /cart/
Field 'id' expected a number but got 'product_id'.
cart.py
from decimal import Decimal
from django.conf import settings
from shop.models import Product
class Cart(object):
def __init__(self, request):
"""
Initialize the cart.
"""
sel
Si tu pouvais aussi envoyer le code du modèle et du formulaire, je pense
bien que ton problème sera très rapidement
Le lun. 25 sept. 2023 à 19:44, Baye SALIOU DIAW <
bayesalioudiawt...@gmail.com> a écrit :
> def ajouterCentre(request):
> form = FormCentre()
> regions = Region.objects.all
4 matches
Mail list logo