This website works better with JavaScript.
Home
Explore
Help
Sign In
holzschuhke56905
/
webengineering1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
praktikum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16
Commits
1
Branch
Tree:
03e37eec35
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '03e37eec35'
${ noResults }
webengineering1
/
news
/
posts
/
apps.py
apps.py
85B
Raw
Normal View
History
add .gitignore file
5 years ago
1
2
3
4
5
from django.apps import AppConfig
class PostsConfig(AppConfig):
name = 'posts'