Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.18 KB

README.md

File metadata and controls

44 lines (35 loc) · 1.18 KB

python-django-movegram

Instalation

Make a clone of this repository or download ZIP.

If you don't have python/pip/Django or Pillow pre-installed, you can use official docs:

If you already have python on your machine, the installation of other tools will be low-hanging fruit for you, just type in your terminal:

$ python get-pip.py
$ pip install Django
$ pip install Pillow

Note: If the permission is denied for you, it can be fixed by the command chown (please read more about that in the Internet) or just use sudo like that:

$ sudo pip install Django
$ sudo pip install Pillow

Run server

In your terminal type:

$ cd [project-dir]
$ python manage.py migrate
$ python manage.py runserver

By default you can find the app on http://127.0.0.1:8000/

Existing user and access

http://127.0.0.1:8000/login/

username: egorsorokin
password: egorsorokin

Access to the admin panel

http://127.0.0.1:8000/admin

username: egorsorokin
password: egorsorokin