gamingflexer commited on
Commit
b53cf03
·
1 Parent(s): 2ed4a17

Add data files and migration scripts

Browse files
Files changed (1) hide show
  1. .gitignore +6 -1
.gitignore CHANGED
@@ -159,4 +159,9 @@ cython_debug/
159
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
160
  #.idea/
161
  src/module/data/*
162
- data/*
 
 
 
 
 
 
159
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
160
  #.idea/
161
  src/module/data/*
162
+ data/*
163
+ src/app/api/urls.py
164
+ src/app/api/migrations/__init__.py
165
+ src/app/api/migrations/0001_initial.py
166
+ src/app/api/migrations/0003_record.py
167
+ src/app/api/migrations/0002_database_rename_manufacturer_product_manufactured_by_and_more.py