Re: Django/python free Training

2020-12-21 Thread Shivansh Sen
Yeah, share error. Right from terminal Shivansh Sen India On Mon, Dec 21, 2020, 21:17 David Zea wrote: > What is the problem ? Do you have install python in your pc? > > El lun, 21 dic 2020 a las 9:11, F Fariborzi Araghi (< > f.fariborzi.ara...@gmail.com>) escribió: >

Re: why style.css is not read by my codes. i am using VScode for Django

2020-08-24 Thread Shivansh Sen
Try replace \ with \\ Shivansh Sen India On Mon, Aug 24, 2020, 21:49 alka reetesh wrote: > I have used python manage.py collectstatic, which gave > error--FileNotFoundError: [WinError 3] The system cannot find the path > specified: 'C:\dmform\myproject\statics' > &g

Re: Need Help In My Project (URGENT)

2020-04-24 Thread Shivansh Sen
I think what he wants to say is if anybody got a complete project, share with him On Thursday, April 23, 2020 at 5:36:35 AM UTC+5:30, raghav wrote: > > > My name is Raghav and I am a final year student. > I want a project for my final semester, the subject of which is the *"Courier > Management

Re: Need Help In My Project (URGENT)

2020-04-24 Thread Shivansh Sen
I thinks what Raghav wants is to get a complete project as help --- Shivansh Sen Call:+91-6375-967-908 India On Fri, Apr 24, 2020 at 8:07 PM AM wrote: > Hello Raghav. You need to be more specific about your problem and the help > you need. Not many would like to he

Is the builtin "password_change" view calls function "reverse" missing arguments?

2016-03-08 Thread Sen Ni
When I use the builtin "password_change" view, I came with an error, so I check the source code in "django/contrib/auth/views.py", (django version 1.9.0) , at line 308, call the function "reverse", just the argument "password_change_done". Then I check the "reverse" in "django/core/urlresolvers.

Embedding a compiler to my web page

2015-03-07 Thread Snehasish Sen
How can I embed a c/c++ compiler to my site which can host a programming competetion -- 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...@go

Re: Global Variable

2014-11-04 Thread Sudipta Sen
By the way I am using virtual environment and my django version is *1.7.1* -- 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.

Fwd: Global Variable

2014-11-04 Thread Sudipta Sen
-- Forwarded message - From: Sudipta Sen Date: Tue Nov 04 2014 at 6:46:17 PM Subject: Global Variable To: Hi folks, I am very new to django and facing some problems. 1. I need a global variable, which I can use throughout the application. Like let's say base_url.

How to install Django on Windows - pip, command prompt.

2014-07-05 Thread Sen
I was going through https://docs.djangoproject.com/en/1.6/howto/windows/#how-to-install-django-on-windows I could follow until "In the command prompt, execute the following command: pip install django. This will download and install Django." I'm not sure which command prompt and "pip install dja