Open eXplOiD1 opened 6 years ago
I have the same problem I cant find out how to start the server.
I have something helpfull. Follow it until step 7. http://raspberrypituts.com/django-raspberry-pi-tutorial/
and edit runserver sudo nano runserver edit python3 to python
I end with this error
File "/home/pi/forkpi/forkpi/forkpi/urls.py", line 20, in
any ideas?
exploid@Werkstatt-Server:~/accesscontrol/forkpi$ $ sudo python3 manage.py runserver 192.168.3.29:8080
sudo: o: command not found
exploid@Werkstatt-Server:~/accesscontrol/forkpi$ sudo python3 manage.py runserver 192.168.3.29:8080
Unhandled exception in thread started by <function check_errors.
I run these two commands
sudo pip3 install Django
sudo apt-get install python3-pip
and now I end up with this
File "/usr/local/lib/python3.5/dist-packages/django/db/backends/postgresql/base.py", line 24, in
Hello! In part 3.1.2 of the installation/setup process, I am getting a "404: not found" error. It appears that a needed file has already been removed/deleted, or do I need to do something first for this to work? Thanks.
You need to tray different version. I think is 1.7.1
Με εκτίμηση Καλτσίδης Δημήτρης
Στις Σάβ, 24 Μαρ 2018, 12:48 μ.μ. ο χρήστης doomhaMwx < notifications@github.com> έγραψε:
Hello! In part 3.1.2 of the installation/setup process, I am getting a "404: not found" error. It appears that a needed file has already been removed/deleted, or do I need to do something first for this to work? Thanks.
[image: capture] https://user-images.githubusercontent.com/37734069/37863117-95135028-2f93-11e8-8a02-8a4847bd1b9b.PNG
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kieferyap/forkpi/issues/2#issuecomment-375870370, or mute the thread https://github.com/notifications/unsubscribe-auth/AiiD5ae1O_jkEyDSyPUm5Xy-4AUngMsiks5thiRpgaJpZM4RrLot .
So once I have all the files needed (.py files, etc...), what comes next after that?
Has anyone got this to work?
I didn't have any time to work with it. If you find out something please share.
Στις Παρ, 27 Απρ 2018, 6:50 μ.μ. ο χρήστης mikha8493 < notifications@github.com> έγραψε:
Has anyone got this to work?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kieferyap/forkpi/issues/2#issuecomment-385012674, or mute the thread https://github.com/notifications/unsubscribe-auth/AiiD5eO4toK-uo67oiXb37as3dkxsnXkks5tsz4-gaJpZM4RrLot .
i dont found a way to run forkpi as service or something.
root@exploid-werkstatt:~/forkpi/forkpi# ./runserver Traceback (most recent call last): File "manage.py", line 8, in
from django.core.management import execute_from_command_line
ImportError: No module named 'django'