mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
added CORS middleware
This commit is contained in:
@@ -476,7 +476,7 @@ class BookmarkletImportSerializer(serializers.ModelSerializer):
|
||||
class Meta:
|
||||
model = BookmarkletImport
|
||||
fields = ('id', 'url', 'html', 'created_by', 'created_at')
|
||||
read_only_fields = ('created_by',)
|
||||
read_only_fields = ('created_by', 'space')
|
||||
|
||||
# Export/Import Serializers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user