Skip to content

3. Run your project for the first time

Katie House edited this page Sep 15, 2020 · 4 revisions

To see if your project is set up correctly, run:

python3 manage.py runserver

Then on your browser (Chrome, Safari, Firefox), go to: http://localhost:8000/ . Your screen should look like the following:

To stop your project, hold control + C.

Running your server for the first time generated a db.sqlite3 file. This is a default SQLite database for your app.

Clone this wiki locally