From 9e8b1ec4ed6d7057e2778cc30831119823a860c7 Mon Sep 17 00:00:00 2001 From: Mahdi Namaki Date: Mon, 1 Feb 2021 11:27:19 +0330 Subject: [PATCH] add Notes section --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13af95e..3673bb0 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,7 @@ python manage.py migrate # Create database tables python manage.py collectstatic # Create statics files python manage.py runserver # Run the project ``` -3. Go to `http://127.0.0.1:8000/` to use project \ No newline at end of file +3. Go to `http://127.0.0.1:8000/` to use project +------------ +### Notes +The Hyperspace template is released under "Creative Commons Attribution 3.0 Unported" license. \ No newline at end of file