Re: new to django

2018-10-18 Thread satyam mishra
just install all the necessary module needed, just open the location of 
project where you want your project located to be..for example if you want 
your project to be located in desktop then use cmd in cmd prompt 'cd 
desktop' then create your project by using the command ;django-admin 
startproject projectname

On Thursday, October 18, 2018 at 2:51:02 PM UTC+5:30, shubham...@gmail.com 
wrote:
>
> "django-admin startproject mysite" i tried to run this in cmd propmt but it 
> is not working showing "django-admin' is not recognized as an internal or 
> external command," what to do?
>
>

-- 
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.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d5574242-bfa6-4d42-a74c-18cab55b296a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: new to django

2018-10-18 Thread satyam mishra
just try 'python manage.py projectname/ ' and run the project

On Thu, Oct 18, 2018 at 8:05 PM Nelson Varela 
wrote:

>
> did you install 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 email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/359e2b8a-fc18-4c22-870a-27713f73768c%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACMqkY%2B5AnAu1qgoMpzvuiqXo0r8p_PrdpbA9qiE_%3DqPKvAgJw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Django with Celery

2018-07-20 Thread Satyam Mishra
Hello,

i want to integrate my django application with the celery ,i follow the 
official documentation and some other blogs of celery but i'm not able to 
find out that how to connect it with my django application for eg. i have a 
user registration form then how i assign it to celery 

Thanks

-- 
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.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/873e9ec3-6eb8-4118-81cd-ee8373d3b1de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.