Confused...Django vs Django CMS/Wagtail and value of 'CMS' vs plain Django framework?

2020-06-06 Thread fire base
I have been learning and building a Django framework website and it is going nicely. The site will be used internationally but largely is a series of specialized forms collecting and manipulating and outputting data to be searched - not presenting changing 'content' per se. I had seen

Re: Required Python Django developers

2020-06-06 Thread Luciano Martins
Brazilian Developer is allowed to send? Em sábado, 6 de junho de 2020 12:09:37 UTC-3, maninder singh Kumar escreveu: > > Dear all, > > We require python django developers for a HR project. Please answer to > maninde...@gmail.com if interested. > > regards > Willy > -- You received this

Re: Error in to save data in DB using Django ORM

2020-06-06 Thread Shamgar Musobero
I am a student who developed a web based system to track where corona virus is in my country .It is intergrated with google maps.The link is https://shamgarmusobero.github.io/COVID-19/

Re: Required Python Django developers

2020-06-06 Thread Shamgar Musobero
I am a student who developed a web based system to track where corona virus is in my country .It is intergrated with google maps.The link is https://shamgarmusobero.github.io/COVID-19/

Re: Migrar solo una tabla

2020-06-06 Thread Gabriel Araya Garcia
Amigo Cosmos, he puesto el nombre de la aplicacion al final de la instruccion pero me dice lo mismo. "no migrations to apply". lo ideal seria algo como: python manage.py makemigrations mitabla El sábado, 6 de junio de 2020, 20:37:50 (UTC-4), cosmos multi escribió: > > si se puede solo es poner

Re: Hosting para demostración

2020-06-06 Thread Gabriel Araya Garcia
Ok, gracias por el dato. Mi inquieud es, estando en Pythonanywhere, y una vez que he avanzado en mi proyecto y encuentro que la velocidad es adecuada, y la operatividad es buena en este hosting ¿podre contratar una cuenta pagada sin grandes modificaciones ni efectuar copias ? Gracias El

Re: Migrar solo una tabla

2020-06-06 Thread cosmos multi
si se puede solo es poner el comando normal y el nombre de la aplicacion El sáb., 6 jun. 2020 a las 19:32, Gabriel Araya Garcia (< gabrielaraya2...@gmail.com>) escribió: > Pregunta: > Se puede migrar solo una tabla, ya que las otras estan ok. Es decir, > ¿sepuede: > python manage.py

Migrar solo una tabla

2020-06-06 Thread Gabriel Araya Garcia
Pregunta: Se puede migrar solo una tabla, ya que las otras estan ok. Es decir, ¿sepuede: python manage.py makemigrations solo para una tabla recién definida en el modelo ? Gracias desde ya -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Required Python Django developers

2020-06-06 Thread Hadisur Rahman
interested. ᐧ On Sun, Jun 7, 2020 at 2:00 AM 'Ade Enga' via Django users < django-users@googlegroups.com> wrote: > Hi there. I am currently a student at The Code Institute studying full > stack frameworks, which includes Python and Django. I'd be more than happy > to learn and help where I can.

Re: Required Python Django developers

2020-06-06 Thread 'Ade Enga' via Django users
Hi there. I am currently a student at The Code Institute studying full stack frameworks, which includes Python and Django. I'd be more than happy to learn and help where I can. Here's my GitHub page: https://github.com/AdrianHavengaBennett On Saturday, 6 June 2020 16:09:37 UTC+1, maninder

Re: Required Python Django developers

2020-06-06 Thread 'Ade Enga' via Django users
Hi there. I am currently a student at The Code Institute studying full stack frameworks, which includes Python and Django. I'd be more than happy to learn and help where I can. On Saturday, 6 June 2020 16:09:37 UTC+1, maninder singh Kumar wrote: > > Dear all, > > We require python django

Re: Required Python Django developers

2020-06-06 Thread Chuck Yu
Hi, I'm interested. On Saturday, June 6, 2020 at 8:09:37 AM UTC-7, maninder singh Kumar wrote: > > Dear all, > > We require python django developers for a HR project. Please answer to > maninde...@gmail.com if interested. > > regards > Willy > -- You received this message because you are

RE: Required Python Django developers

2020-06-06 Thread Vishesh Mangla
Hi, I m interested but I started Django a few months ago only but know about models, forms, html, css, _javascript_. I don’t have any full projects but do know tensorflow and OpenCV too.I know GitHub.  Try considering me. I might not be an expert but am good enough. Sent from Mail for Windows 10 

problem filtering queryset in Django Rest Framework

2020-06-06 Thread Agnese Camellini
Hello to everyone, i have a viewset (ModelViewset) for a model in my views.py, and i would like the list endpoint to list me things matching some parameters (but the are optional). So i have built this mixin: class MultipleFieldLookupMixin(object): """ Apply this mixin to any view or

User table inside custom table

2020-06-06 Thread Soumen Khatua
Hi Folks, Actually my problem is very simple, here I'm calling to those users I'm following but whenever I'm sending the data inside the serializers.I'm not getting any value. I don't know what is happening here?! *models.py---* *class Follow(models.Model):follower =

list view of a model

2020-06-06 Thread sotiris moustogiannis
I have these 2 models from django.db import models from django.contrib.auth.models import User from django.db.models import CharField # Create your models here. class Courses(models.Model): name = CharField(max_length=50) def __str__(self): return f'{self.name}' class

Re: Required Python Django developers

2020-06-06 Thread Somya Chawla
Hello Sir, I am interested in the project I have 4 years of experience in python and 1.5 years of experience in Django. Please mail me your requirements. Regards, Somya Chaqla On Sat, 6 Jun 2020, 21:20 Nagaraju Singothu, wrote: > Sir, I'm interested I have 2+ yrs experience python and

Re: Required Python Django developers

2020-06-06 Thread SHUBHAM .SINGH. RATHORE
I am interested On Sat, 6 Jun 2020, 8:45 pm Appu Yadav, wrote: > hii i am interested > > On Sat, 6 Jun 2020, 20:39 maninder singh Kumar, < > maninder.s.ku...@gmail.com> wrote: > >> Dear all, >> >> We require python django developers for a HR project. Please answer to >>

Re: Deciding on Database

2020-06-06 Thread Alexander Alemayhu
I also think a static site generator might make more sense especially if the content is only really being read and edited. i.e. no dynamic parts (not including client side stuff like search). It’s also much easier to maintain and deploy IMHO. Don’t know all your requirements but it also sounds

Error in to save data in DB using Django ORM

2020-06-06 Thread Ganesh Prajapat
hello, I have a problem in my project. basically scenario is i have 3 classes in models.py(Subject,Exam,Registration). Subject class have 2 field(subject_name,subject_code,id(pk)). Exam class have 3 field(exam_name,exam_code(pk),subject_of_exam(Foreign key relation with Subject class)).

Re: Required Python Django developers

2020-06-06 Thread Aditya Jawale
*Yes I am Interested* On Saturday, June 6, 2020 at 8:39:37 PM UTC+5:30, maninder singh Kumar wrote: > > Dear all, > > We require python django developers for a HR project. Please answer to > maninde...@gmail.com if interested. > > regards > Willy > -- You received this message because you

CSRF failing only on Django admin app?

2020-06-06 Thread Dominique Cyprès
Has anyone seen this issue before? I can successfully use a POST form with CSRF validation on a simple hand-coded Django app, but when I attempt to login to the standard Django admin app on the same project it fails CSRF validation every time—but only if I'm accessing it remotely, that is,

Re: Required Python Django developers

2020-06-06 Thread yashwanth .k
Hello, I have 4 years experience in Django and Python. I think I am best fit for the requirement. Thank you. > On 06-Jun-2020, at 9:20 PM, Nagaraju Singothu > wrote: > > Sir, I'm interested I have 2+ yrs experience python and django developer > > On Sat 6 Jun, 2020, 8:39 PM maninder singh

Re: Required Python Django developers

2020-06-06 Thread Nagaraju Singothu
Sir, I'm interested I have 2+ yrs experience python and django developer On Sat 6 Jun, 2020, 8:39 PM maninder singh Kumar Dear all, > > We require python django developers for a HR project. Please answer to > maninder.s.ku...@gmail.com if interested. > > regards > Willy > > -- > You received

Re: Required Python Django developers

2020-06-06 Thread Appu Yadav
hii i am interested On Sat, 6 Jun 2020, 20:39 maninder singh Kumar, wrote: > Dear all, > > We require python django developers for a HR project. Please answer to > maninder.s.ku...@gmail.com if interested. > > regards > Willy > > -- > You received this message because you are subscribed to the

Required Python Django developers

2020-06-06 Thread maninder singh Kumar
Dear all, We require python django developers for a HR project. Please answer to maninder.s.ku...@gmail.com if interested. regards Willy -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Need Help in Django DataFrames Graph Generation

2020-06-06 Thread Balaji Shetty
Hi Can any body help me in this scenario. Please see the attached file. X axis is Date and Y Axis are Attendance of Physics , chemistry, math and English Subject Students totals. How can I pass Data from model into dataframe object. This example is Static. I want to get data Dynamically from

How to set different labels in django DateRangeWidget

2020-06-06 Thread Benedict Uwazie
I have a form in my project and I want to display a start and stop label on my templates, what I mean by that is I want the start label to be next to start dateinput and stop label to be next to stop dateinput below are my codes. *filter.py* *from django_filters import widgetsimport