GitXplorerGitXplorer
p

explorer

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
eed0acd29775a01552cde11725e48c2210a79bf7

Comments on functions for feature selection. Optional text in formfield where Id target is asked

ppyjavo committed 3 years ago
Unverified
7cfc1920ea78ce12c9cdcf3f376d059a640db7ee

Add instructions and file sample about environment variables

ppyjavo committed 3 years ago
Unverified
1daa20fa9bb5f57a491d9134cabfc58c88e6b1d4

Change env var from ADMIN_URL to DJANGO_ADMIN_URL

ppyjavo committed 3 years ago
Unverified
693c21b411e7be684766b1550d60bb750e7a05c9

Deleted CLoudinary integration. Only supports images. Disable generate new dataset by choosing columns

ppyjavo committed 3 years ago
Unverified
39cd20a7802a4ed98ca7757af09ba84cc728b9fe

Clodinary service to manage MEDIA on heroku server

ppyjavo committed 3 years ago
Unverified
4dfaee101bc346ea3a2ee03d6a65d4913f1fc09e

Two columns. One for scores and another one for select features form

ppyjavo committed 3 years ago

README

The README file for this repository.

Explorer: Retos 2 y 3 de la UAZ

Este repositorio contiene los retos 2 y 3 de la UAZ.

Instructions for Challenge 2 (Django platform)


Built with Cookiecutter Django

Settings

Moved to settings_.

.. _settings: http://cookiecutter-django.readthedocs.io/en/latest/settings.html

Basic Commands

Setting Up Your Users

  • To create a normal user account, just go to Sign Up and fill out the form. Once you submit it, you'll see a "Verify Your E-mail Address" page. Go to your console to see a simulated email verification message. Copy the link into your browser. Now the user's email should be verified and ready to go.

  • To create an superuser account, use this command::

    $ python manage.py createsuperuser

For convenience, you can keep your normal user logged in on Chrome and your superuser logged in on Firefox (or similar), so that you can see how the site behaves for both kinds of users.

Deployment

The following details how to deploy this application.

Heroku

See detailed cookiecutter-django Heroku documentation_.

.. _cookiecutter-django Heroku documentation: http://cookiecutter-django.readthedocs.io/en/latest/deployment-on-heroku.html

Also, be aware to configure the environment variables (check file explorer/.envs.sample for examples)

For enabling registration

Currently if someone goes to the URL /accounts/signup/ and completes the form it will throw a 500 error because some setup is missing. To enable registration, please follow these steps:

  • Adquire an SMTP Email servide like Sendgrid, and add the initial setup configuration inside the config/production.py
  • Add this li item in base.html next to the "sign in"
<li class="nav-item">
  <a id="sign-up-link" class="nav-link" href="https://raw.githubusercontent.com/pyjavo/explorer/main/{% url 'account_signup' %}">{% translate "Sign Up" %}</a>
</li>

Instructions for Challenge 3 (Javascript module)

Logs

logs .log npm-debug.log yarn-debug.log* yarn-error.log*

Runtime data

pids *.pid *.seed *.pid.lock

Directory for instrumented libs generated by jscoverage/JSCover

lib-cov

Coverage directory used by tools like istanbul

coverage

nyc test coverage

.nyc_output

.grunt

Bower dependency directory (https://bower.io/)

bower_components

node-waf configuration

.lock-wscript

Compiled binary addons (http://nodejs.org/api/addons.html)

build/Release

Dependency directories

node_modules/ jspm_packages/

Typescript v1 declaration files

typings/

Optional npm cache directory

.npm

Optional eslint cache

.eslintcache

Optional REPL history

.node_repl_history

Output of 'npm pack'

*.tgz

Yarn Integrity file

.yarn-integrity

dotenv environment variables file

.env

License

MIT