Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
an amazing project
# mgnu.org
===

Expand Down
1 change: 1 addition & 0 deletions manage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
#updated program
import os
import sys

Expand Down
1 change: 1 addition & 0 deletions web/forms.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#-*- coding: UTF-8 -*-
#updated program
from django import forms
from crispy_forms.helper import FormHelper
from crispy_forms.layout import Layout, Submit, Field
Expand Down
2 changes: 2 additions & 0 deletions web/views.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#-*- coding: utf-8 -*-
#comment added
from __future__ import unicode_literals
from django.shortcuts import render, render_to_response
from django.http import Http404
Expand Down Expand Up @@ -202,3 +203,4 @@ def page(request, slug):
}

return render(request, 'page.html', data)
#commented