Skip to content

co01l3r/social_network_dj

Repository files navigation

social_network

GitHub last commit

testing Django on real project

how to use:

$ virtualenv <env_name>
$ source <env_name>/bin/activate
(<env_name>) $ pip install -r path/to/requirements.txt

from project folder:

(<env_name>) $ python3 manage.py runserver

to use default sqlite3(or different) db, swap those two, or change credentials accordingly (social_network/settings.py):

photo_2022-09-20_19-41-09

from project folder following with:

(<env_name>) $ python3 manage.py makemigrations
(<env_name>) $ python3 manage.py migrate

Registration and Login

ezgif com-gif-maker(7)ezgif com-gif-maker(8)

Edit existing profile

ezgif com-gif-maker(9)

Add/remove skill

ezgif com-gif-maker(10)ezgif com-gif-maker(11)

Create/edit/delete project

ezgif com-gif-maker(12)ezgif com-gif-maker(13)ezgif com-gif-maker(14)

Project review

ezgif com-gif-maker(19)

Search

ezgif com-gif-maker(15)ezgif com-gif-maker(16)

Messaging

ezgif com-gif-maker(17)ezgif com-gif-maker(18)

Simple api

photo_2022-09-21_19-44-48

photo_2022-09-20_18-45-33

GitHub repo size GitHub code size in bytes GitHub repo file count