Skip to content

Hsing-Wei/django-boards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-boards

An exercise following guide at http://t.cn/Rmj8pmp

SnapCrab_Maple Boards - [InPrivate] ‎- Microsoft Edge_2018-4-24_23-53-1_No-001.png

Running the Project Locally

Install the requirements:

pip install -r requirements.txt

Setup the local configurations:

touch .env

SECRET_KEY=rqr_cjv4igscyu8&&(0ce(=sy=f2)p=f_wn&@0xsp7m$@!kp=d
DEBUG=True
ALLOWED_HOSTS=.localhost,127.0.0.1

Create the database:

python manage.py migrate

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000.

License

The tutorials, documentations, comics are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

About

An exercise following guide at http://t.cn/Rmj8pmp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published