I have a source code and I want to view it and upload it to a server as well. It's django application

Mr.montez

Elite Member
Jr. VIP
Joined
May 31, 2020
Messages
1,764
Reaction score
633
Hello BHW family, I just got this source code and I was wondering how I can view it on my local device and also host it as well somewhere else. can someone please guide me i can share source code
 
Hello @Mr.montez

¿Did you tried Notepad ++? It's usefull for almost any programing code.
Hi, sorry for the delayed reponse. And yes I have tried it but I still can't connect it to my credentials and view the admin panel and overall site locally and also maybe upload it as well. If you are free I can share the source code and you can guide me for like 30mins on how to set it up :)
 
If there is anyone to help me please I would really love and appreciate it
 
Just post the github link here.

Normally, you can fire it up on your local machine by using "python app.py"
Django runs on port 5000 from what I remember, so your panel will be HTTP://127.0.0.1:5000
 
Back
Top