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

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

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