Skip to content

MasDahni1337/SocialMedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Media With Django

[INFO]

Move folder img to assets

[CONFIGURATION]

Set your database and time zome in SimpleGuna/settings.py

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.mysql',
        'NAME': 'SimpleGuna', #change this with your name database
        'USER': 'zeromind', #change this with your user database
        'PASSWORD' : '1', # change this with your password database
        'HOST' : '127.0.0.1',
        'PORT': '3306',
    }
}


TIME_ZONE = 'Asia/Jakarta' #change with your time zone

Screenshoot / Demo

Login page

Register Page

Home page

Comment

if you want to work together and help develop this social media, just pull request

About

Build social media using Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages