Help me out please

2020-06-20 Thread meera gangani
Hello , I am working on attendance module in HR Project, So I implement something new, so as employee enter in the office and login to his system and click on to the check-in button his/her attendance will be marked, So that's why we need Map APi, First of all we want to find Longitude and

RE: Help me out please

2020-06-20 Thread Vishesh Mangla
Easiest solutionhttps://www.w3schools.com/html/html5_geolocation.asp  Otherwise GeoDjango might have something Sent from Mail for Windows 10 From: meera ganganiSent: 20 June 2020 14:03To: django-users@googlegroups.comSubject: Help me out please Hello ,     I am working on attendance module in HR Pr

Re: Collaborators

2020-06-20 Thread FRANCIS ODERO
hello am really interested in django backend development How am i supposed to contant you On Sat, Jun 20, 2020 at 4:08 AM chaitanya orakala wrote: > Hey John, > I had sent an email in interest to this position. Please have a look at it > Thanks > > On Fri, Jun 19, 2020 at 7:52 PM John McClain >

Re: Help me out please

2020-06-20 Thread Alison Mukoma
Hey, What you need first off will be a geo active db backend, for that I will advise you use something like this Url: https://hub.docker.com/r/kartoza/postgis/ It's a postgres GIS powered db backend, from there you can design your models to hold any location type I.e as polygon, multipolygon,

Re: Collaborators

2020-06-20 Thread maninder singh Kumar
Hi John, I would love to join up with you. My skype id is wi...@kawapeople.com. Adding you up. regards willy Maninder Kumar about.me/maninder.s.kumar

how to Setup django helpdesk package to Django application - Please help

2020-06-20 Thread venna venkatReddy
i need to setup support ticket feature to my client application. i found django helpdesk package but i try to setup but til now i dont complete, if any of you worked this Support Ticket system please help me. thanks -- You received this message because you are subscribed to the Google Groups

Re: how to Setup django helpdesk package to Django application - Please help

2020-06-20 Thread o1bigtenor
On Sat, Jun 20, 2020 at 5:09 AM venna venkatReddy wrote: > > i need to setup support ticket feature to my client application. i found > django helpdesk package but i try to setup but til now i dont complete, if > any of you worked this Support Ticket system please help me. thanks > Greetings I

Re: how to Setup django helpdesk package to Django application - Please help

2020-06-20 Thread VenkataSivaRamiReddy
is there any details setup documentation?, i followed https://github.com/django-helpdesk/django-helpdesk and clone the code and created and activated virtual environment and after i run python setup.py install. After i am trying to start python manage.py makemigrations, but showing file not found

Re: Populate choices from existing values in a model field

2020-06-20 Thread Integr@te System
Hi Patrick, Plz review for your suitable case: https://stackoverflow.com/questions/3742734/django-restart-server-or-httpd Nice. On Sat, Jun 20, 2020, 1:32 AM Patrick Carra wrote: > I am trying to read distinct values from a model field and use the tuple > list to populate the choices in a Form

Re: how to Setup django helpdesk package to Django application - Please help

2020-06-20 Thread o1bigtenor
On Sat, Jun 20, 2020 at 8:26 AM VenkataSivaRamiReddy wrote: > > is there any details setup documentation?, i followed > https://github.com/django-helpdesk/django-helpdesk and clone the code and > created and activated virtual environment and after i run python setup.py > install. After i am try

Manage.py not working

2020-06-20 Thread Tanisha Jain
Hi everyone, I am new to Django platform. Whenever I am trying to create a new app using ( python manage.py startapp app1) then I am not able to create app. Neither I get any error message in logs. Can someone plz suggest me what to do now? -- You received this message because you are subscri

how to fetch data into a template (table)

2020-06-20 Thread Faith Mwai
Am having a challenge of displaying data into my template table, the function is; def customers(request): if request.method == 'POST': accountno = request.POST['accountno'] id= request.POST['id'] Mobilenumber = request.POST['Mobilenumber'] cursor = con.cursor()

Django_admin_log table is error with migrate and giving ORA-00955

2020-06-20 Thread ashish goyal
I have been trying to do below steps and all the migrations except my custom apps are getting failed with ORA-00955 error saying name is already used by an existing object. When i search in oracle dba_tables i don't find DJANGO_ADMIN_LOG table i have executed below steps which is failing: pyth

Re: Manage.py not working

2020-06-20 Thread ankit baliyan
First of all go to test1 folder then run this command. On Sat, 20 Jun, 2020, 9:11 pm Tanisha Jain, wrote: > Hi everyone, > I am new to Django platform. Whenever I am trying to create a new app > using ( python manage.py startapp app1) then I am not able to create app. > Neither I get any error

Re: Manage.py not working

2020-06-20 Thread Vishesh Mangla
https://docs.djangoproject.com/en/3.0/intro/tutorial01/Please follow this. On Sat, Jun 20, 2020 at 9:34 PM ankit baliyan wrote: > First of all go to test1 folder then run this command. > > On Sat, 20 Jun, 2020, 9:11 pm Tanisha Jain, > wrote: > >> Hi everyone, >> I am new to Django platform.

Re: Manage.py not working

2020-06-20 Thread Tanisha Jain
I am already in test1 folder... Please check the terminal section in the attached screenshot. On Sat, 20 Jun, 2020, 9:34 PM ankit baliyan, wrote: > First of all go to test1 folder then run this command. > > On Sat, 20 Jun, 2020, 9:11 pm Tanisha Jain, > wrote: > >> Hi everyone, >> I am new to Dj

Re: Manage.py not working

2020-06-20 Thread maninder singh Kumar
Have you tried django-admin ?!? Maninder Kumar about.me/maninder.s.kumar

RE: Manage.py not working

2020-06-20 Thread Vishesh Mangla
Isn’t test1 the ‘name’ that you had put in ‘django-admin startproject  ’? Then after this you are supposed to change directory and get into where you find a folder with again. Then you make an app with “python manage.py startapp ” I can’t see any apps there. Also you need to put your ‘appname’ un

RE: Manage.py not working

2020-06-20 Thread Vishesh Mangla
I meant INSTALLED APPS= [], a correction. Sent from Mail for Windows 10 From: Vishesh ManglaSent: 20 June 2020 22:31To: django-users@googlegroups.comSubject: RE: Manage.py not working Isn’t test1 the ‘name’ that you had put in ‘django-admin startproject  ’? Then after this you are supposed to chang

Retrieve Data in DataBaeses

2020-06-20 Thread waqar khan
I have recently start in Django I have create a simple project Registration Form in save database Mysqlite3, But, how to retrieve data database show in html file table formet , Please any guide me! -- You received this message because you are subscribed to the Google Groups "Django users" gr

Re: Retrieve Data in DataBaeses

2020-06-20 Thread Mottaz Hegaze
you need to do the django polls app tutorial On Sat, Jun 20, 2020 at 9:12 PM waqar khan wrote: > I have recently start in Django > I have create a simple project Registration Form in save database > Mysqlite3, > But, how to retrieve data database show in html file table formet , > > Please any g

Arbitrage bot

2020-06-20 Thread Viktor Manuel Naranjo
Hi guys, someone here has programmed a cryptocurrency arbitrage bot??? -- 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.

Re: ./manage makemigrations and ./manage migrate don't work

2020-06-20 Thread Jatin Agrawal
The reason for this is, in class Meta, you have set, managed=False. That's causing the issue. When you set managed=False, then there is no table creation happens for that model when you run migrate command after make migrations. So, if you want a table to be created for that model, just remove

Re: Help me out please

2020-06-20 Thread Marcin Wiśniewsk
PISZCIE PO POLSKU Wysłane z aplikacji Outlook Mobile From: django-users@googlegroups.com on behalf of Alison Mukoma Sent: Saturday, June 20, 2020 11:30:50 AM To: django-users@googlegroups.com Subject: Re: Help me out please Hey, What y

How do I preload messages on django channels?

2020-06-20 Thread georgi...@gmail.com
I am making a django live chat app using django channels. I have a Message model where I store all the previous messages. Now I need to load them when an user connects to the websocket. This is my code: https://textuploader.com/1x5ve https://textuploader.com/1x50b Can you suggest me how to appr

Re: How do I preload messages on django channels?

2020-06-20 Thread GBELE CEDRIC EMMANUEL
hi , i checked your code , so if you want to call all message when a users is connected , you have to create a function to call all messages when websocket is connected , Saisissez lfrom datetime import datetimee code ici...e code ici... function: Saisissez le code ici. @database_sync_to_async

Re: Manage.py not working

2020-06-20 Thread chaitanya orakala
Hi Tanisha, You are in root directory of project which is test1. you just need to change your directory into sub-directory which has same name test1. just do 'ls' command to make sure you have manage.py in that folder. Hope this helps!! On Sat, Jun 20, 2020 at 1:03 PM Vishesh Mangla wrote: >

Re: Manage.py not working

2020-06-20 Thread Adya Mit
Hi Tanisha you check Durga sir video YouTube On Sat, 20 Jun 2020 at 9:53 PM, Tanisha Jain wrote: > I am already in test1 folder... Please check the terminal section in the > attached screenshot. > > On Sat, 20 Jun, 2020, 9:34 PM ankit baliyan, > wrote: > >> First of all go to test1 folder then

configure nginx

2020-06-20 Thread Giovanni Silva
I have an Error: nginx.service - A high performance web server and a reverse proxy server Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Sun 2020-06-21 06:17:48 CEST; 35s ago Docs: man:nginx(8) Proce