Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
c1063478
Commit
c1063478
authored
Dec 29, 2007
by
eliott
Browse files
Moved common to public
parent
28bc9326
Changes
6
Hide whitespace changes
Inline
Side-by-side
common/templatetags/__init__.py
deleted
100644 → 0
View file @
28bc9326
common
/models.py
→
public
/models.py
View file @
c1063478
File moved
common
/__init__.py
→
public/templatetags
/__init__.py
View file @
c1063478
File moved
common
/templatetags/validation.py
→
public
/templatetags/validation.py
View file @
c1063478
File moved
public/views.py
View file @
c1063478
...
...
@@ -4,7 +4,7 @@
from
archweb_dev.packages.models
import
Package
,
Repo
from
archweb_dev.news.models
import
News
from
archweb_dev.settings
import
DATA_DIR
from
archweb_dev.
common
.models
import
Donator
,
Mirror
from
archweb_dev.
public
.models
import
Donator
,
Mirror
def
index
(
request
):
# get the most recent 10 news items
...
...
settings.py
View file @
c1063478
...
...
@@ -75,7 +75,7 @@
# Set django's User stuff to use our profile model
# format is app.model
AUTH_PROFILE_MODULE
=
'
common
.UserProfile'
AUTH_PROFILE_MODULE
=
'
public
.UserProfile'
INSTALLED_APPS
=
(
'django.contrib.auth'
,
...
...
@@ -83,7 +83,6 @@
'django.contrib.sessions'
,
'django.contrib.sites'
,
'django.contrib.admin'
,
'archweb_dev.common'
,
'archweb_dev.news'
,
'archweb_dev.packages'
,
'archweb_dev.public'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment