You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was following the instructions in the readme on how to set up djaoapp. But when I run the make initdb command I get this error:
...
...
Applying signup.0006_v0_4_7... OK
Applying signup.0007_v0_4_8... OK
Applying sites.0001_initial... OK
Applying sites.0002_alter_domain_unique... OK
Applying social_django.0001_initial... OK
Applying social_django.0002_add_related_name... OK
Applying social_django.0003_alter_email_max_length... OK
Applying social_django.0004_auto_20160423_0400... OK
Applying social_django.0005_auto_20160727_2333... OK
Applying social_django.0006_partial... OK
Applying social_django.0007_code_timestamp... OK
Applying social_django.0008_partial_timestamp... OK
Applying social_django.0009_auto_20191118_0520... OK
Applying social_django.0010_uid_db_index... OK
cat ./djaoapp/migrations/adjustments1-sqlite3.sql | sqlite3 /home/jachin/WORKSPACE/djaoapp/installTop/var/db/djaodjin.sqlite
/bin/sh: line 1: sqlite3: command not found
make: *** [Makefile:108: initdb-djaoapp] Error 127
I managed to resolve this error by installing sqlite. Since am using Fedora I run dnf install sqlite
It would be helpful if the readme is updated
The text was updated successfully, but these errors were encountered:
I was following the instructions in the readme on how to set up djaoapp. But when I run the
make initdb
command I get this error:I managed to resolve this error by installing
sqlite
. Since am using Fedora I rundnf install sqlite
It would be helpful if the readme is updated
The text was updated successfully, but these errors were encountered: