Build a Celestial Bodies Database - Build a Celestial Bodies Database

Tell us what’s happening:

camper: /project$ cd /workspace/project
camper: /project$ python manage.py test
bash: python: command not found
camper: /project$ pg_dump -U postgres -d universe -f /workspace/project/universe.sql
camper: /project$ ls -l /workspace/project/universe.sql
-rw-r–r-- 1 camper camper 11125 Feb 14 16:31 /workspace/project/universe.sql
camper: /project$ cd /workspace/project
camper: /project$ git init
Reinitialized existing Git repository in /workspace/project/.git/
camper: /project$ git add .
camper:

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0

Challenge Information:

Build a Celestial Bodies Database - Build a Celestial Bodies Database

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.