One way around is to make the models Employee and Company to inheret from
User in models.py
class Employee(User):
...
class Company(User):
...
On Sun, 24 Nov 2019, 5:33 am Underground Creatorz, <
moorestephen...@gmail.com> wrote:
> Hello all. Have a merry christmas and happy new Year. (
>
Hi Motaz,
Thank you for your response.
I didn’t try that yet, however my assumption is that I would have
duplicates of fields inherited from the User class.
On Sun 24. Nov 2019 at 11:16, Motaz Hejaze wrote:
> One way around is to make the models Employee and Company to inheret from
> User in
Hi Issuer,
Plz check ALLOWED_HOSTS require in publish site
https://docs.djangoproject.com/en/2.2/releases/1.5/#allowed-hosts-required-in-production
https://stackoverflow.com/questions/15128135/setting-debug-false-causes-500-error
On Sun, Nov 24, 2019, 02:43 Kasper Laudrup wrote:
> Hi Jos
Halo guyz, working on a school management system, and I created a view
that filter & display the assignment given to a particular class, but
instead I'm getting a "assignment_form has no attributes cleaned_data"
error message what am I doing wrong, can anyone help out below is d view
--
You re
remove from .cleaned data part
On Sun, Nov 24, 2019 at 8:03 PM Tosin Ayoola wrote:
> Halo guyz, working on a school management system, and I created a view
> that filter & display the assignment given to a particular class, but
> instead I'm getting a "assignment_form has no attributes cleane
If I remove the .cleaned_data so how do I include the parameter for the
filter?
On Nov 24, 2019 16:05, "Paras Jain" wrote:
> remove from .cleaned data part
>
> On Sun, Nov 24, 2019 at 8:03 PM Tosin Ayoola
> wrote:
>
>> Halo guyz, working on a school management system, and I created a view
>>
Hi Issuer,
plz check your syntax of code block or assignment object pass to function
as arg to program see .clean_data attribute.
On Sun, Nov 24, 2019, 22:29 Tosin Ayoola wrote:
> If I remove the .cleaned_data so how do I include the parameter for the
> filter?
>
> On Nov 24, 2019 16:05, "Par
Please I need help on how I can develop distributed file transfer app based on
ftp using python has the back end together with mysql
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from i
You have a syntax error at line 11 in settings.py
On Sun, 24 Nov 2019, 3:15 pm Integr@te System,
wrote:
> Hi Issuer,
>
> Plz check ALLOWED_HOSTS require in publish site
>
>
>
>
> https://docs.djangoproject.com/en/2.2/releases/1.5/#allowed-hosts-required-in-production
>
>
>
> https://stackoverflo
its showing error like this:
TypeError at /edit_profile/
edit_profile() missing 1 required positional argument: 'pk'
views.py:
def edit_profile(request, pk):
post = get_object_or_404(User, pk=pk)
if request.method == "POST":
form = EditProfileForm(request.POST, instance=post)
Hi
If I want to develop website in Django.
Which ones I should prefer
Wagtail or Django CMS or Mez
Kindly reply
--
Mr Shetty Balaji
Asst. Prof.
IT Department
SGGS I&T
Nanded. My. India
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To uns
u can go to django doc that have every thing necessary.
On Sun, Nov 24, 2019, 23:43 JOE BASS wrote:
> Please I need help on how I can develop distributed file transfer app
> based on ftp using python has the back end together with mysql
>
> --
> You received this message because you are subscrib
can i get solution for this?
On Saturday, August 5, 2017 at 4:43:42 AM UTC+5:30, Body Abdo wrote:
>
> I'm trying to import view in my url in base project but i can't
>
>
> File "/var/www/project/venvs/lib64/python3.6/importlib/__init__.py", line
> 126, in import_module
> return _bootstrap._g
Django cms is much simpler. There is also good documentation to “install Django
cms by hand”
Sent from my iPhone
> On 24 Nov 2019, at 19:52, Balaji Shetty wrote:
>
> Hi
>
> If I want to develop website in Django.
>
> Which ones I should prefer
> Wagtail or Django CMS or Mez
>
> Kindly rep
To create our own custom template tags we have to define a Node subclass
which implements a render method.
Example from
https://docs.djangoproject.com/en/2.2/howto/custom-template-tags/#auto-escaping-considerations
import datetimefrom django import template
class CurrentTimeNode(template.Node):
On Sunday, November 24, 2019 at 11:54:02 PM UTC+5:30, Perceval Maturure
wrote:
>
> Django cms is much simpler. There is also good documentation to “install
> Django cms by hand”
>
Hey!
Can we insert django-cms in already made Django based projects.?
Is this possible.?
>
>
> Sent from my iPhon
Where is the views.py file located?
On Sun, Nov 24, 2019 at 10:23 AM Shrikanth M
wrote:
> can i get solution for this?
>
> On Saturday, August 5, 2017 at 4:43:42 AM UTC+5:30, Body Abdo wrote:
>>
>> I'm trying to import view in my url in base project but i can't
>>
>>
>> File "/var/www/project/ve
I meant to write "indeed this section of the same article seems to support
this -
https://docs.djangoproject.com/en/2.2/howto/custom-template-tags/#auto-escaping-considerations
"
On Sunday, November 24, 2019 at 6:43:44 PM UTC, Ross wrote:
>
> To create our own custom template tags we have to def
Yes, it’s called installing Django cms by Hand
http://docs.django-cms.org/en/latest/how_to/install.html
Sent from my iPhone
> On 24 Nov 2019, at 21:19, Ankita Gupta wrote:
>
>
>
>
>> On Sunday, November 24, 2019 at 11:54:02 PM UTC+5:30, Perceval Maturure
>> wrote:
>> Django cms is much
Dear Perceval Maturure
Thank You very much for your email reply.
May GOD bless you.
On Mon, Nov 25, 2019 at 2:24 AM Perceval Maturure
wrote:
> Yes, it’s called installing Django cms by Hand
> http://docs.django-cms.org/en/latest/how_to/install.html
>
>
>
> Sent from my iPhone
>
> On 24 Nov 2019
Hi
I have a project. If anybody is interested to work and complete the
work.Kindly let me know on my personal email id Only. Developer may work
remotely.
Assignment will be done on quality of work as well as completion time ( 1
to 2 weeks only) .
Please contact with bio data, your previous perso
21 matches
Mail list logo