Skip to content

Movegram is a tiny copy of Instagram which has been created using django framework

Notifications You must be signed in to change notification settings

egor-sorokin/python-django-movegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Movegram is a tiny copy of Instagram which has been created using django framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published