Skip to content

manhkv/vcoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcoder

command to run project

    1. git clone https://github.com/manhkhuat83/vcoder.git
    2. pip install -r requirements.txt
    3. python manage.py migrate
    4. python manage.py runserver

config db for sqlite3 in core/settings.py

    DATABASES = {
        'default': {
            'ENGINE': 'django.db.backends.sqlite3',
            'NAME': BASE_DIR / 'db.sqlite3',
        }
    }

About

Coder Search Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published