hello i am new in django and i would like to use it with react native. and
for that I have to combine django and postgres . need a guide, any help
will be precious to me (support, site, course etc...) cordially
Hello
I think you can go about this in two ways,
1. you can start your project with
1. Are you using a model form?
if so, after you have check the request you can use
Post.save()***post as the model name for example.
2. for styling use https://django-crispy-forms.readthedocs.io/ or create
widgets with in the for and add the classes for each input.
Hope this help
Hello guys,
I'm having an error in my models when I add the FK to the faculty or the
student.
model.py
from django.db import models
# Create your models here.
class Student(models.Model):
first_name = models.CharField(max_length=100)
last_name = models.CharField(max_length=100)
reg_no = model
Hello guys.
I have just completed a tutorial on python. I want to start learning django
now, can you recommended some great resources for me to use.
Thanks
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and st
4 matches
Mail list logo