diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ea0cc32..542e867 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -49,8 +49,8 @@ - - + + @@ -105,12 +105,13 @@ - + + @@ -177,9 +178,8 @@ - - + @@ -190,7 +190,7 @@ - + @@ -267,10 +267,13 @@ + + + - - + + diff --git a/bestnotes/__pycache__/models.cpython-38.pyc b/bestnotes/__pycache__/models.cpython-38.pyc index f9097e0..d35d821 100644 Binary files a/bestnotes/__pycache__/models.cpython-38.pyc and b/bestnotes/__pycache__/models.cpython-38.pyc differ diff --git a/db.sqlite3 b/db.sqlite3 index efefb13..23b1b97 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/how_to_run.txt b/how_to_run.txt new file mode 100644 index 0000000..6098c30 --- /dev/null +++ b/how_to_run.txt @@ -0,0 +1,23 @@ +@@WINDOWS@@ +run cmd +change directory to \BestNotesProject +py manage.py runserver + +visit: http://127.0.0.1:8000/bestnotes/ +or +http://127.0.0.1:8000/admin/ + +username: admin +password: admin + +@@LINUX@@ +run cmd +change directory to \BestNotesProject +python manage.py runserver + +visit: http://127.0.0.1:8000/bestnotes/ +or +http://127.0.0.1:8000/admin/ + +username: admin +password: admin \ No newline at end of file