Skip to content

Yustis-Kof/adyhach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple django imageboard engine

Installation

In principle, you should follow this steps:

  1. Install requirements
pip install -r requirements.txt
  1. Go to /imageboard/ folder
  2. Make and apply migrations
python manage.py makemigrations
python manage.py migrate
  1. Run server
python manage.py runserver

You can specify address to host to the outside

python manage.py runserver 0.0.0.0:5000

(port 5000 is just example)

Then open at http://localhost:yourport

If you want to use admin panel, create superuser via:

python manage.py createsuperuser

I hope I made everything clear

About

simple django imageboard engine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors