Skip to content

Commit

Permalink
Fix typo in README and demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
erdnaxe committed Jan 1, 2020
1 parent c27576c commit a023037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -34,7 +34,7 @@ Running a demo project

We assume this package is installed in your Python 3 environment.

Clone the project and go to ``example_project`` directory.
Clone the project and go to ``example`` directory.

Now we need to create the database tables and an admin user. Run the
following and follow the instructions:
Expand Down
2 changes: 1 addition & 1 deletion example/example/settings.py
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later

"""
Django settings for django-crans-theme project.
Django settings for example project.
"""

# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
Expand Down

0 comments on commit a023037

Please sign in to comment.