Skip to content

Django based web app. with functionality similar to StackOverflow

Notifications You must be signed in to change notification settings

Starovoitov/QStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

QStack

Django based web app. with functionality similar to StackOverflow

Used python version: 3.5 django version: 2.0.2

Preparation:

python3 manage.py migrate
python3 manage.py createsuperuser

It's also can be useful to upload data from test database in test_content folder:

python3 manage.py loaddata test_content/test_data.json

Example of running the application:

python3 manage.py runserver 0.0.0.0:8000

Running of functional tests:

python3 manage.py test tests

About

Django based web app. with functionality similar to StackOverflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published