formerly named BarterCoin, rebranded as This4That
new repository for back end development. previous repository
Deployed at This4That (under construction)
-Clone repository
-In terminal navigate to your local directory where you saved the repository
-Navigate to the mysite directory
-Enter
python3 manage.py runserver
-Then, open your browser and in the url field enter http://127.0.0.1:8000
-To see authenticated user access, you will need to create a superuser. Enter Control-C
to exit runserver mode and enter python3 manage.py createsuperuser
then follow
the prompts. Once your superuser account is created, you can spin the server
back up and use your superuser account to log in on the website
DB Browser for SQLite