Hi,

Since you'll need to update the files on the server, you must have a write 
access to it.

Usually, FTP is no more activated on servers, because not secure at all. This 
can be the reason why the access is denied. There should be an ssh access 
available, so that you can connect on the server and also transfer files 
to/from it, via the scp command. But you must know the appropriate credentials 
(i.e. login/password) or have the keys if ever the password based 
authentication has been deactivated in favor of the ssh-keys based mechanism.

Anyway you have to be in touch with people who have installed the server and 
deployed the application on it, since there are the only ones who can provide 
the above mentioned information.


Regards


Eric


________________________________
From: django-users@googlegroups.com <django-users@googlegroups.com> on behalf 
of TheShoff <jasonshof...@gmail.com>
Sent: Tuesday, January 15, 2019 10:03:07 PM
To: Django users
Subject: Lot into existing Django site

I am trying to add reCaptcha to an existing Django website that was created by 
a company we no longer work with. I have server access to the website, but 
cannot figure out how to edit the files or add the reCaptcha form (I tried to 
manually add the code into the HTML and .py files and uploading it on my FTP 
client and was denied access). Do I need to login to the website using Python 
to add the reCaptcha form? If so, can someone tell me how? I am not looking to 
make any other changes at this time.

***Please note I am new to Django and trying to figure out how it works.***

--
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<mailto:django-users+unsubscr...@googlegroups.com>.
To post to this group, send email to 
django-users@googlegroups.com<mailto: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/bc358bef-40b7-41e2-8faf-39cd89b1f339%40googlegroups.com<https://groups.google.com/d/msgid/django-users/bc358bef-40b7-41e2-8faf-39cd89b1f339%40googlegroups.com?utm_medium=email&utm_source=footer>.
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/AM0P193MB03082DB4E967653D1D4044F48C830%40AM0P193MB0308.EURP193.PROD.OUTLOOK.COM.
For more options, visit https://groups.google.com/d/optout.

Reply via email to