This is been fixed
On Monday, 8 May 2017 15:39:25 UTC+5:30, sarfaraz ahmed wrote:
>
> Hello Guys,
>
> After lot of struggle I understood there is no MOD_WSGI file available for
> latest version of XAMP which is compiled in VC14. I am not sure how to
> compile MOD_WSGI with
path, such as '/var/www/static_root'.
>- You don't need to specify both "Alias /static/admin" and "Alias
>/static". Just the second one will do. "Alias /static
> /var/www/static_root"
>and that's it.
>
> Regards,
>
Yes, I moved to linux all working fine now.
On Saturday, 13 May 2017 00:06:44 UTC+5:30, mohammed ferozkhan wrote:
>
> Hi
> Problem will solved??
> If no ping me on what'sapp +91 8686962047
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To un
on email")
else:
if not user.check_password(password):
raise forms.ValidationError("Incorrect password")
#if not user:
#raise forms.ValidationError("Sorry, that login was invalid.
Please try again.")
return self.cleaned_da
I am getting similar issue. No reply on your question. Please share the
solution if you found
On Monday, 8 February 2016 19:50:07 UTC+5:30, Aubrey Stark-Toller wrote:
>
> Hello,
>
> When I override the AUTH_USER_MODEL setting to "auth.User", when
> AUTH_USER_MODEL in settings is not set to "a
one which gathers all my static files when I run collect
static
if I understand correctly from documentation. Web server should point to
static root folder to access css files in production.
Regards,
Sarfaraz Ahmed
On Wednesday, 30 August 2017 13:44:35 UTC+5:30, Antonis Christofides wrote:
tatic_root
MyProject
--static
CSS
JS
imgs
--MyProject
--MyApp
When I run collectstatic files moves files from static files from static
folder to static root.
Now, my question is when deploy it on apache which folder should I point to
in my conf files. static_root or static.
Reg
specific help because nobody knows exactly what you've got running, but if
> you stick with it, you'll get it working.
>
> Regards,
> Vernon
>
> On Saturday, 26 August 2017 21:31:34 UTC+1, sarfaraz ahmed wrote:
>>
>> Hey Team,
>>
>> Please someon
Require all granted
CustomLog /var/log/apache2/firstweb-access.log combined
ErrorLog /var/log/apache2/firstweb-error.log
Earlier I missed WSGIScriptAlias argument.
Regards,
Sarfaraz Ahmed
On
;t see any error.
Please help
On Saturday, 26 August 2017 20:02:47 UTC+5:30, sarfaraz ahmed wrote:
>
> Hello Friends,
>
> Please help me with this.
>
> I am new to linux and I am attempting to deploy my trial app on AWS ubuntu
> server.
>
> my vhost file looks li
. everyone
suggested me to deploy on linux.
I M NOT USING virualenv.
Thanks in advance.
Regards,
Sarfaraz Ahmed
--
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
Require all granted
Also, you appreciate if you come on Google Hangout.
Regards,
Sarf
On 8 May 2017 at 23:22, 'Tom Evans' via Django users <
django-users@googlegroups.com> wrote:
> On Mon, May 8, 2017 at 11:08 AM, sarfaraz ahmed
> wrot
ages where your dependencies are installed.
>
>
>
> *From:* django-users@googlegroups.com [mailto:django-users@
> googlegroups.com] *On Behalf Of *sarfaraz ahmed
> *Sent:* Monday, May 8, 2017 9:28 AM
>
> *To:* django-users@googlegroups.com
> *Subject:* Re: Django De
to make any changes. They aren’t
> *that
> *different from each other. The biggest habit I had to change was to use
> print as a function, basically surrounding the print string in parentheses.
>
>
>
> *From:* django-users@googlegroups.com [mailto:django-users@googlegro
>
h ${project_path};${project_virtualenv};
>
>
>
>
>
> *From:* django-users@googlegroups.com [mailto:django-users@
> googlegroups.com] *On Behalf Of *sarfaraz ahmed
> *Sent:* Monday, May 8, 2017 8:21 AM
> *To:* django-users@googlegroups.com
> *Subject:* Re: Django Deployment show
forgot to mention I m using python 2.7. If you look at link, there is not
mod_wsgi for python 2.7 with VC14
Regards,
Sarfaraz Ahmed
On 8 May 2017 at 18:44, Matthew Pava wrote:
> Hi Sarfaraz,
>
> Here is a compiled version of mod_wsgi for VC14:
>
> http://www.lfd.uci.edu/~go
ot;c:/Apache24/htdocs/testarhamcollections/static/media/"
Require all granted
---
I checked the error log of website it shows nothing.
--
Thanks with regards,
Sarfaraz Ahmed
--
This is first time I am trying to deploy my django project. Doing online
research I found Django+Apache makes good combination.
Regards,
Sarfaraz Ahmed
On 6 May 2017 at 01:41, Luiz Guilherme Silva
wrote:
> Hello Ahmed.
>
> Why are you using apache instead of IIS? I know it's no
Hello Friends,
I have an Windows 2016 Server edition on EC2.
I install Apache 2.4 VC10 on my server and installed 2.7.13
I am not able to find MOD_WSGI.SO for this combination.
Can someone provide me steps to compile or link to download
--
Thanks with regards,
Sarfaraz Ahmed
--
You received
t's why I asked the full
> urls.py the first time.
>
> I hope I'm clear and that will help you :)
> All you need to remember is that sometimes, you need to specify the full
> name of an url.
>
> [1] https://github.com/django/django/blob/1.10.5/django/
> template/defa
https://groups.google.com/forum/#!topic/django-users/6mYFE2pgt0w
This is full info about new error
On 10 April 2017 at 10:41, sarfaraz ahmed wrote:
> I fixed that i am facing new error. Posted as new problem
>
> regards,
> Sarfaraz Ahmed
>
> On 10 April 2017 at 01:49, M
I fixed that i am facing new error. Posted as new problem
regards,
Sarfaraz Ahmed
On 10 April 2017 at 01:49, Matthew Pava wrote:
> As another user mentioned, you did not specify the name keyword argument
> for password_reset_done. You also have the line commented out in your urls
egg\django\template\base.py"
in render
994. bit = node.render_annotated(context)
File
"C:\Python27\lib\site-packages\django-1.10.5-py2.7.egg\django\template\base.py"
in render_annotated
961. return self.render(context)
File
"C:\Python27\lib\site-pac
Here is full error message
NoReverseMatch at /password_reset/
Reverse for 'password_reset_done' with arguments '()' and keyword
arguments '{}' not found. 0 pattern(s) tried: []
Request Method: GET Request URL: ht
_confirm'}),
>
> is missing an argument name="password_reset_done".
>
> 2017-04-09 7:26 GMT+02:00 sarfaraz ahmed :
> >
> > urlpatterns = [
> > url(r'^login/',login,name='login'),
> > url(r
---
Request Method: GET Request URL: http://127.0.0.1:8000/password_reset/
Django Version: 1.10.5 Exception Type: NoReverseMatch Exception Value:
Reverse for 'password_reset_done' with arguments '()
_
> name)
> return full_name.strip()
>
> Don't forget to write some test and to take into account what happens if
> you user have no UserProfile associated
>
> On 5 Mar 2017 1:09 a.m., "sarfaraz ahmed" wrote:
>
> I am trying to create custom us
#x27;User Address'
verbose_name_plural=u'User Addresses'
Now get_full_name is part of customuser model where was first_name and
last_name are part UserProfile.
Please help me to join both models using onetoone relationship
--
Thanks with regards,
Sarfaraz Ahmed
--
Yo
footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>
--
Thanks with regards,
Sarfaraz Ahmed
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving email
I missed the pastebin link in my last post. Sorry...
Here is the model code
http://pastebin.com/5EF1hV8U
On Tuesday, 4 August 2015 00:48:18 UTC+5:30, sarfaraz ahmed wrote:
>
> Hello Team,
>
> I have a model and I have added two fields to User_Address model
> creation_date and u
:
Please help...
Regards,
Sarfaraz Ahmed
--
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, s
Demos looks great. Can you post some videos showing actual
implementationsin some project. I am planning to work on project which
need to capture geo-location ..
I think this will be awesome..
Great work...!!
Regards,
Sarfaraz Ahmed
On Sat, Aug 1, 2015 at 2:55 AM, Luciano Ferrari wrote
It worked for me!! Please review my code... and let me know if I have
done everything correct...!!
On Sun, Aug 2, 2015 at 12:25 PM, sarfaraz ahmed
wrote:
> Changed the edit_user to following. it works fine except... newly added
> field date_of_birth does not load data.
> Please ta
,
Sarfaraz Ahmed
On Sunday, 2 August 2015 01:28:37 UTC+5:30, sarfaraz ahmed wrote:
>
> Hello Team,
>
> I have extending the user with userprofile. I want to change first_name,
> last_name and sex from userprofile using one template. I have defined form
> and models. Please hell
UserProfileForm1()
args['form']=form
args['form1']=form1
return render(request,'useraccount/edit_user.html',args)
Now the i go to edit user view it load blank and do nothing when I click on
save. Please help
Regards,
Sarfaraz Ahmed
--
You re
multiple models and show them under one view.
Rgards,
Sarfaraz Ahmed
On Fri, Jul 31, 2015 at 9:01 PM, monoBOT wrote:
> two scoops is more like ways of doing things right than really explaining
> or tutoring.
>
> 2015-07-31 15:33 GMT+01:00 Mark Phillips :
>
>> The djan
{% else %}
> Welcome, {{ user.username }}
> {% endif %}
>
>
> Sign Out
>
>
>
&
nge(request,template_name)
--
Please help.
Regards,
Sarfaraz Ahmed
--
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...@googlegrou
werkzeug is another debug tool which let you write and test code via
browser itself.
Regards,
Sarfaraz Ahmed
On Wed, May 13, 2015 at 3:43 PM, SUBHABRATA BANERJEE <
subhabrata.bane...@gmail.com> wrote:
> Hi Palansh,
>
> Thank you for your prompt answer, is it,
> r
n names_to_path
field, model, direct, m2m = opts.get_field_by_name(name)
File
"C:\Python27\lib\site-packages\django-1.7.2-py2.7.egg\django\db\models\op
ons.py", line 416, in get_field_by_name
cache = self.init_name_map()
File
"C:\Python27\lib\site-packages\django-1.7.2-py2.7.
<https://www.djangopackages.com/packages/p/django-cronjobs/>
,DJANGO-CRON <https://www.djangopackages.com/packages/p/django-cron/>.
Surprisingly, DJANGO cron says that it is meant for Windows hosting where
user does not have access to setup the cron jobs. I tried that to...
nothing runs
"The
system cannot find the path specified."
I am using Windows.
Please help..
Regards,
Sarfaraz Ahmed
--
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,
Issue resolved. Please close this
On Wednesday, 7 January 2015 23:02:33 UTC+5:30, sarfaraz ahmed wrote:
>
> This is what I am trying to do.
>
> I am using amazon ec2 windows free tier and i am trying to setup django on
> XAMPP.
>
> I am using apache 2.4 Windows 32 bit v
I have trying to setup django on aws windows instance that not easy.
Regards,
Sarfaraz Ahmed
On Wednesday, 7 January 2015 22:57:39 UTC+5:30, Stefano Probst wrote:
>
> OK, i just see you need 100GB. At Uberspace you have only 10GB for Data
> (excl. OS, etc).
>
> Am Mittwoch, 7. Ja
pluggins. The project is attempt to make Django work on Apache... and it
not working.
Regards,
Sarfaraz Ahmed
On Thursday, 8 January 2015 00:59:50 UTC+5:30, Andréas Kühne wrote:
>
> Hi Sarfaraz,
>
> Are you also having problems with the dbgettext plugin? Or is it with
>
I believe i am too facing the same issue. But from above conversation I am
not able to get solution of this issue. Could please help me.
Regards,
Sarfaraz Ahmed
On Thursday, 4 December 2014 15:21:59 UTC+5:30, Andréas Kühne wrote:
>
> 2014-12-04 1:39 GMT+01:00 Carl Meyer >:
>
&
quot;,
line 306, in do_translate
[Wed Jan 07 17:10:04.626684 2015] [:error] [pid 1980:tid 1736] [client
::1:50033] _default = translation(settings.LANGUAGE_CODE)
[Wed Jan 07 17:10:04.626684 2015] [:error] [pid 1980:tid 1736] [client
::1:50033] File
"C:\\Python27\\lib\\site-packages\\djang
>
> I tried {{form.errors}} in template.. but it still does not show up. When
> I used the Werkeuq and print form it see the precise error in form. Not
> sure what i am doing wrong.
Regards,
Sarfaraz Ahmed
--
You received this message because you are subscribed to the G
I am trying to display form.erros. I am using bootstrap modal and using
ajax form submit to send data async. Everything works fine... I can see the
error messages returned in code. But it automatically goes to default error
pages of django when form.is_valid returns false. When I print form in
xt(request))
Now the code in red is issue. when I include the the modal does not stay.
Regards,
Sarfaraz Ahmed
--
You received this message because you are subscribed to the Google Groups
"Django users" g
i am using attribute to call modal popup. Should I use JS and try. I would
give a try and let you know.
Thanks in advance,
Sarfaraz Ahmed
On Sat, Jun 28, 2014 at 6:09 AM, Mario Gudelj
wrote:
> Sounds like you have a js issue now. Have a look inside chrome console for
> any errors and fi
When I manually go to link : accounts/login i can see the form with any
formatting and also can see csrf token.
Desperately looking for help
Regards,
Sarfaraz Ahmed
On Fri, Jun 27, 2014 at 12:34 PM, sarfaraz ahmed
wrote:
> Hello Roman,
>
> Thanks for response. Tried what you sug
Hello Roman,
Thanks for response. Tried what you suggested me. The modal does not even
pop up if I used the code mentioned in your reply.
Regards,
Sarfaraz Ahmed
On Fri, Jun 27, 2014 at 12:09 PM, Roman Klesel
wrote:
> I think the view function is wrong.
>
> This should do:
Hello
I am new to django I am trying to use modal (bootstrap) for embed by login
form. I am using the following error. I have mentioned my code below and
tried lot of googling... still no use.
Help
Reason given for failure:
CSRF token missing or incorrect.
Here is code in view.py
ra_params' : 'DataTypeCompatibility=80;MARS Connection=True'
}
}
}
On Mon, Jun 16, 2014 at 3:02 AM, Ezequiel Bertti wrote:
> What was the solution?
>
>
> On Sun, Jun 15, 2014 at 5:03 PM, sarfaraz ahmed
> wrote:
>
>> Thanks for your help.
Thanks for your help. The issue is resolved ... thanks :)
On Mon, Jun 16, 2014 at 1:10 AM, sarfaraz ahmed
wrote:
> Yes, I saw and tried the steps mentioned in that link. I get following
> error
>
> "No module named sqlserver_ado.base".
>
> This is lines in setting.
'django.db.backends.sqlserver_ado',
'HOST': ' ',
'USER': 'sa',
'PASSWORD': '*',
}
}
I am new to DJANGO...
Regards,
Sarfaraz Ahmed
On Mon, Jun 16, 2014 at 12:57 AM, Mark Phillips
wrote:
> Did you loo
example will be appreciated. I check lot
of post however but i am unable find any solution. With proper example.
Thanks in advance.
Regards,
Sarfaraz Ahmed
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this
58 matches
Mail list logo