##// END OF EJS Templates
Fixed updating thread posts when reaching bumplimit. Updated logo
Fixed updating thread posts when reaching bumplimit. Updated logo

File last commit:

r922:d17fdea9 default
r1219:4a5bec08 2.8.2 default
Show More
manage.py
10 lines | 251 B | text/x-python | PythonLexer
#!/usr/bin/env python3
import os
import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "neboard.settings")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)