mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	start note app
This commit is contained in:
		
							
								
								
									
										0
									
								
								note/__init__.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								note/__init__.py
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										3
									
								
								note/admin.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								note/admin.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
from django.contrib import admin
 | 
			
		||||
 | 
			
		||||
# Register your models here.
 | 
			
		||||
							
								
								
									
										5
									
								
								note/apps.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								note/apps.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
			
		||||
from django.apps import AppConfig
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NoteConfig(AppConfig):
 | 
			
		||||
    name = 'note'
 | 
			
		||||
							
								
								
									
										0
									
								
								note/migrations/__init__.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								note/migrations/__init__.py
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										3
									
								
								note/models.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								note/models.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
from django.db import models
 | 
			
		||||
 | 
			
		||||
# Create your models here.
 | 
			
		||||
							
								
								
									
										3
									
								
								note/tests.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								note/tests.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
from django.test import TestCase
 | 
			
		||||
 | 
			
		||||
# Create your tests here.
 | 
			
		||||
							
								
								
									
										3
									
								
								note/views.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								note/views.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
from django.shortcuts import render
 | 
			
		||||
 | 
			
		||||
# Create your views here.
 | 
			
		||||
@@ -47,6 +47,7 @@ INSTALLED_APPS = [
 | 
			
		||||
 | 
			
		||||
    # Note apps
 | 
			
		||||
    'adherents',
 | 
			
		||||
    'note',
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
MIDDLEWARE = [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user