1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-25 07:49:37 +02:00
AdventureLog/backend
dymek37 acb3bc838d
Update worldtravel-seed.py
The list of regions for 37 countries has been updated:
Azerbaijan
Bahamas 
Bahrain 
Bangladesh 
Barbados 
Belarus 
Belgium
Belize
Benin
Bermuda
Bhutan
Bolivia
Bonaire, Sint Eustatius and Saba
Bosnia and Herzegovina
Botswana
Bouvet Island
British Indian Ocean Territory
Brunei Darussalam
Bulgaria
Burkina Faso
Burundi
Cape Verde
Cambodia
Cameroon
 Christmas Island
Cocos Islands (Keelinga)
Colombia
Comoros
Congo
Democratic Republic of the Congo
Cook Islands
Costa Rica
Croatia
Cuba
Curaçao
Cyprus
Ivory Coast 

1 capital city has been added for the Czech Republic.
2024-09-06 12:24:45 +02:00
..
.devcontainer migration to new backend 2024-07-08 11:44:39 -04:00
.github migration to new backend 2024-07-08 11:44:39 -04:00
server Update worldtravel-seed.py 2024-09-06 12:24:45 +02:00
.gitignore chore: Update Django server configuration and models for Adventure and Trip 2024-07-09 13:01:56 -04:00
AUTHORS migration to new backend 2024-07-08 11:44:39 -04:00
Dockerfile PostGIS migration for docker 2024-08-23 23:49:05 -04:00
entrypoint.sh PostGIS migration for docker 2024-08-23 23:49:05 -04:00
LICENSE migration to new backend 2024-07-08 11:44:39 -04:00
MANIFEST.in migration to new backend 2024-07-08 11:44:39 -04:00
README.md migration to new backend 2024-07-08 11:44:39 -04:00

AdventureLog Django Backend

A demo of a possible AdventureLog 2.0 version using Django as the backend with a REST API.

Based of django-rest-framework and dj-rest-auth.