##// END OF EJS Templates
Fixed thread OP id in thread view. Fixed reply count in thread view
Fixed thread OP id in thread view. Fixed reply count in thread view

File last commit:

r0:8aafc193 default
r404:80f183eb 1.4 default
Show More
manage.py
10 lines | 250 B | text/x-python | PythonLexer
neko259
Initial commit. One test doesn't work, missing posting form.
r0 #!/usr/bin/env python
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)