Skip to content

mkalmetieva/everpost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

everpost

This app allows to write posts and comments for the posts. Also provides some statistics about the users.

Created with Django and JS.

Instructions

Application was launched successfully with Python 3.5.1

  • Clone the repository
  • Run "pip install -r requirements.txt" to install dependencies
  • Run "python manage.py migrate" to create DB
  • Run "python manage.py createsuperuser" to create admin
  • Run "python manage.py runserver" to start application server

Now main application can be accessed by 'http://localhost:8000/', admin part by 'http://localhost:8000/admin/'.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published