This website requires JavaScript.
Explore
Help
Sign In
Conservancy
/
website
Watch
6
Star
0
Fork
You've already forked website
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
531a97a3c9
website
/
www
/
assignment
/
apps.py
6 lines
99 B
Python
Raw
Normal View
History
Unescape
Escape
Prototype copyright assignment form.
2021-11-30 05:15:59 +00:00
from
django
.
apps
import
AppConfig
class
AssignmentConfig
(
AppConfig
)
:
Eliminate "conservancy" and "apps" subdirectories The directory nesting is unnecessary here and confusing to navigate. I've moved all apps to the project subdirectory, currently called "www", but soon to be renamed "conservancy". I've also moved manage.py to the top-level directory.
2023-10-20 07:25:55 +00:00
name
=
'
www.assignment
'
Reference in a new issue
Copy permalink