Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

README.md

Outline

Django Diary

Note: The project is built with Python 3.9.1, but should work with any Python3 version.

About this repository

This is a companion project to the "Build Your Personal Diary With Django" tutorial on Real Python. Visit the article to follow along or download the content of source_code_final folder from this repository.

How To Run django-diary

Type the following commands into a terminal to create and activate a virtual environment and install the requirements:

$ python -m venv venv
$ source venv/bin/activate
$ python -m pip install -r requirements.txt

Then run the database migrations and create a superuser:

$ python manage.py migrate
$ python manage.py createsuperuser

Finally, run the local Django development server:

$ python manage.py runserver

License

Distributed under the MIT license.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.