As I only have one app but with many models, so I split the models into
separate files under a model folder.
It works well until I run makemessages and it gives out error messages sort
of like this:
CommandError: errors happened while running msguniq
E:\Projects\as\locale\django.pot:353:3: synt
You didn't add your app name in 'Installed_Apps'.
Add this first and then run again.
On Thu, May 30, 2019 at 12:17 AM sagar ninave wrote:
> i have created new project and i am defining model and doing makemigratins
> but it is showing no changes detected what is problem i don't understand
>
> --
To create the initial migrations for a app run
python manage.py makemigrations
Where is the name of the app (folder) you've created.
This will create migrations folder under the apps folder.
-Juhana
On Wed, May 29, 2019 at 9:29 PM yavoucko lye wrote:
>
> --
> You received this message becaus
I sent detail on a new post "why form cant save""
در چهارشنبه 29 مهٔ 2019، ساعت 3:52:30 (UTC+4:30)، Saeed Pooladzadeh نوشته:
>
> Hi
>
> I'm trying to make a simple crud applicatio and learn from it. I wonder
> why my form can't save the data. Here cames my view:
>
> from django.shortcuts import r
Hi
I'm trying to make a simple crud applicatio and learn from it. I wonder why
my form can't save the data. Here cames my view:
from django.shortcuts import render
from saeed.forms import SmodelForm
from saeed.models import Smodel
from django.shortcuts import render, redirect
# Create you
There is no error!! but the form doesn't save!! Let me know wich part you
nead exactly.
در پنجشنبه 30 مهٔ 2019، ساعت 0:23:38 (UTC+4:30)، Joe Reitman نوشته:
>
> Can you post the error?
>
> On Tuesday, May 28, 2019 at 6:22:30 PM UTC-5, Saeed Pooladzadeh wrote:
>>
>> Hi
>>
>> I'm trying to make a si
Hi Anirudh,
Indeed it was in the same file as manage.py, thank you for the help,
Joseph
On Tue, May 28, 2019 at 11:21 PM Anirudh Jain
wrote:
> If the command you had run did not show any error, then it should be in
> the same folder as that of manage.py
>
> On Wed, 29 May 2019, 01:16 Joseph Jon
Can you post the error?
On Tuesday, May 28, 2019 at 6:22:30 PM UTC-5, Saeed Pooladzadeh wrote:
>
> Hi
>
> I'm trying to make a simple crud applicatio and learn from it. I wonder
> why my form can't save the data. Here cames my view:
>
> from django.shortcuts import render
> from saeed.forms impor
--
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 it, send an email
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
V
You have to add your app in the settings.py file then migrate.
On Wed, 29 May 2019, 21:22 Robert Wahoo, wrote:
> Regardless, it’s not an issue. Just migrate
>
>
>
>
>
> *From: *"django-users@googlegroups.com"
> on behalf of sagar ninave
> *Reply-To: *"django-users@googlegroups.com" >
> *Date
Regardless, it’s not an issue. Just migrate
From: "django-users@googlegroups.com" on behalf
of sagar ninave
Reply-To: "django-users@googlegroups.com"
Date: Wednesday, May 29, 2019 at 2:17 PM
To: Django users
Subject: python manage.py makemirations
i have created new project and i am definin
i think you forget to add your application in setting.py
On Wed, May 29, 2019 at 6:19 PM Robert Wahoo wrote:
> Did you make model changes?
>
>
>
> *From: *"django-users@googlegroups.com"
> on behalf of sagar ninave
> *Reply-To: *"django-users@googlegroups.com" >
> *Date: *Wednesday, May 29, 2
That's ok. There's no any problem. Just go ahead and migrate.
On Wed, 29 May 2019, 21:18 Robert Wahoo, wrote:
> Did you make model changes?
>
>
>
> *From: *"django-users@googlegroups.com"
> on behalf of sagar ninave
> *Reply-To: *"django-users@googlegroups.com" >
> *Date: *Wednesday, May 29,
Did you make model changes?
From: "django-users@googlegroups.com" on behalf
of sagar ninave
Reply-To: "django-users@googlegroups.com"
Date: Wednesday, May 29, 2019 at 2:17 PM
To: Django users
Subject: python manage.py makemirations
i have created new project and i am defining model and doing
i have created new project and i am defining model and doing makemigratins
but it is showing no changes detected what is problem i don't understand
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receivin
Fellipe,
In addition to the permissions_required variable, I believe you also need
to include the PermissionsRequired mixin in your class definition:
https://docs.djangoproject.com/en/2.2/topics/auth/default/#the-permissionrequiredmixin-mixin
Ken
On Tuesday, May 28, 2019 at 5:54:39 PM UTC-4, F
Found my mistake. Didn't run server from the appropriate location.
Thanks anyway
On Wed, 29 May 2019, 4:27 pm salimon jamiu olashile, <
tunedae1shi...@gmail.com> wrote:
> Can you share more details about the problem? Screenshot or trace back
> anything
>
> On Wed, 29 May 2019 at 2:59 PM, Luka Nik
Can you share more details about the problem? Screenshot or trace back
anything
On Wed, 29 May 2019 at 2:59 PM, Luka Nik wrote:
> I can't build my Django website for some reason and I can't figure out
> why. Do you have any ideas what should I do?
>
> Default Django site worked, but when I added
Hi, I can help you. Let me know about your project.
Sent from Mail for Windows 10
From: cixtus anyanwu
Sent: Wednesday, May 29, 2019 5:41 PM
To: Django users
Subject: Re: Template not showing my post details
Yeah i have some contents on the models in the databse
On Wednesday, May 29, 2019 at 10
I am not a Django user neither I have an idea what it is.
I found a problem with the RSS-Feeds of the Debian-Package-Tracker which
runs with a "Django object".
They told me to open a bug report on Django for this but I am not the
user. And I don't know technical details.
It would be nice if s
I can't build my Django website for some reason and I can't figure out why.
Do you have any ideas what should I do?
Default Django site worked, but when I added another route, the site
couldn't be reached.
Any help would be appreciated.
--
You received this message because you are subscribed to
What does your view look like?
On Wednesday, May 29, 2019 at 4:26:55 AM UTC-5, cixtus anyanwu wrote:
>
> Help me out here. Whats wrong with django?
>
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiv
The problem is probably with your view or a naming issue. You also have
problems pointed out by others with the syntax in your urls. Good luck.
On Wednesday, May 29, 2019 at 7:17:23 AM UTC-5, Madhur Kabra wrote:
>
> Thanks for your answer, I have imported the views correctly, and made the
> chan
Thanks for your answer, I have imported the views correctly, and made the
changes what you suggested. But its' still not working
On Wednesday, May 29, 2019 at 12:53:31 AM UTC+5:30, Victor H. Velasquez
Rizo wrote:
>
> Hi Madhur.
>
> On your urls.py,
> *change: *url('^$', views.index, name=index),
I am not able to run the server hence, can't go to the url
localhost:8000/music
On Wednesday, May 29, 2019 at 12:55:18 AM UTC+5:30, Joe Reitman wrote:
>
> What do your views look like?
>
> I see you have an app named 'music' in your project URL Config that
> includes 'music.urls'. Your music app
Can you show me your views.post_list?
Em qua, 29 de mai de 2019 às 06:27, cixtus anyanwu
escreveu:
> Help me out here. Whats wrong with django?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop rec
Yeah i have some contents on the models in the databse
On Wednesday, May 29, 2019 at 10:32:42 AM UTC+1, 5pence wrote:
>
> Do you have any blogs posts in your model?
>
> On Wed, 29 May 2019 at 10:27, cixtus anyanwu > wrote:
>
>> Help me out here. Whats wrong with django?
>>
>> --
>> You received
Do you have any blogs posts in your model?
On Wed, 29 May 2019 at 10:27, cixtus anyanwu wrote:
> Help me out here. Whats wrong with django?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receivi
Help me out here. Whats wrong with django?
--
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 it, send an email
to django-users+unsubscr...@googlegroups.com.
To post to this group, send
29 matches
Mail list logo