Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After clone is done, Do the following test:

 

Code Block
$cd seisfinder2 
/seisfinder2 $ python manage.py runserver 

If you clone the files successfully, you should be able to see something similar to this:

...

Code Block
$cd seisfinder2
/seisfinder2$ python manage.py makemigraitionsmakemigrations seisfinderapp
/seisfinder2$ python manage.py migrate seisfinderapp
/seisfinder2$ python manage.py migrate

...